Edit section Single Machine Concurrency#55
Conversation
Add parallel-io to the list of the Single Machine Concurrency libraries.
|
p.s. don't forget to |
|
Normally I would use the parallel = mapConcurrently id
-- or:
parallel = runConcurrently . sequenceA . ConcurrentlyAlso, both libraries are implemented in roughly the same way. |
Add parallel-io to the list of the Single Machine Concurrency libraries.