rdicosmo / parmap

Parmap is a minimalistic library allowing to exploit multicore architecture for OCaml programs with minimal modifications.
http://rdicosmo.github.io/parmap/
Other
94 stars 20 forks source link

Only wait for the children started by parmap #48

Closed ghost closed 7 years ago

ghost commented 7 years ago

Implement the change discussed in https://github.com/diml/utop/issues/188. I also introduced a few helper functions to remove some code duplication. Tests are passing on my workstation.

(Note: the diff is in fact much smaller if you read it with the patdiff git wrapper)