Skip to content

Commit

Permalink
smol comment on OCaml 4
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jun 26, 2024
1 parent a4db1e6 commit 3388098
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ In addition, some concurrency and parallelism primitives are provided:
provides the fork-join parallelism primitives
to use within tasks running in the pool.

On OCaml 4.xx, there is only one domain; all threads run on it, but the
pool abstraction is still useful to provide preemptive concurrency.

## Usage

The user can create several thread pools (implementing the interface `Runner.t`).
Expand Down

0 comments on commit 3388098

Please sign in to comment.