Hello Domainslib maintainers,
I'm currently using the Domainslib library in my OCaml project, and I wanted to use a parallel map function. However, I could not find such a function in the library.
Does a parallel map exist in this library? If not, which implementation would you suggest instead (for example, Parany's)?