streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Better concurrency debugging support

Open harendra-kumar opened this issue 5 years ago • 0 comments

We have inspectMode to inpsect an SVar. But this is of limited use because it dumps the information only when the stream ends or when the SVar is cleaned up. It may be useful to:

  • print information at regular time intervals
  • print after processing a specified number of items in the stream
  • if a stream is stuck we can send a signal to the process and it should dump the tree of SVars in the process wherever it is stuck.

harendra-kumar avatar Apr 05 '20 12:04 harendra-kumar