mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
doc
This commit is contained in:
parent
27570cc4f7
commit
965a04f5c9
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ Ok
|
||||||
|
|
||||||
## OCaml versions
|
## OCaml versions
|
||||||
|
|
||||||
This works for OCaml >= 4.05.
|
This works for OCaml >= 4.08.
|
||||||
- On OCaml 4.xx, there are no domains, so this is just a library for regular thread pools
|
- On OCaml 4.xx, there are no domains, so this is just a library for regular thread pools
|
||||||
with not actual parallelism (except for threads that call C code that releases the runtime lock, that is).
|
with not actual parallelism (except for threads that call C code that releases the runtime lock, that is).
|
||||||
- on OCaml 5.xx, there is a fixed pool of domains (using the recommended domain count).
|
- on OCaml 5.xx, there is a fixed pool of domains (using the recommended domain count).
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue