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

Prevent at_exit handlers registered in the parent from running in the child #49

Closed ghost closed 7 years ago

ghost commented 7 years ago

This should fix https://github.com/diml/utop/issues/188