This commit is contained in:
Simon Cruanes 2023-06-01 22:52:44 -04:00
parent 27570cc4f7
commit 965a04f5c9
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -49,7 +49,7 @@ Ok
## 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
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).