Stream results of the retainer query to ghc-debug-brick
This commit allows you the ghc-debug-brick interface to incrementally update whilst a query is being run.
- Decouple the state update from the parallel traversal code
- Implement async parallel and sequential traversals
- Implement retainer traversal in terms of a parallel traversal.