parallel-io
parallel-io copied to clipboard
Haskell combinators for executing IO actions in parallel on a thread pool
At first I thought that `parallelFirst` was exactly what I needed for my problem, but unless I'm not using it right (which is very possible), it's just a bit different...
The current homepage link is dead. I think this may be a better choice
This bumps the containers bound.
Hi everybody, I just figured out how to send ThreadKilled signals to all child threads. The use case is that we have lots of parallel threads that work on a...