mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
readme
This commit is contained in:
parent
381a775d28
commit
9876951748
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ val expected_sum : int = 5050
|
|||
|
||||
On OCaml 5, again using effect handlers, the module `Fork_join`
|
||||
implements the [fork-join model](https://en.wikipedia.org/wiki/Fork%E2%80%93join_model).
|
||||
It must run on a pool (using [Runner.run_async] or inside a future via [Fut.spawn]).
|
||||
It must run on a pool (using `Runner.run_async` or inside a future via `Fut.spawn`).
|
||||
|
||||
It is generally better to use the work-stealing pool for workloads that rely on
|
||||
fork-join for better performance, because fork-join will tend to spawn lots of
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue