From 8c503674f633a4a5888c318568eea9662a70589b Mon Sep 17 00:00:00 2001 From: c-cube Date: Wed, 26 Jun 2024 15:36:08 +0000 Subject: [PATCH] deploy: 3388098fcc0ad86c82a7c4362a38a8fabb7d2bab --- moonpool-lwt/_doc-dir/README.md | 3 +++ moonpool/_doc-dir/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/moonpool-lwt/_doc-dir/README.md b/moonpool-lwt/_doc-dir/README.md index 20264fcb..2c7e88de 100644 --- a/moonpool-lwt/_doc-dir/README.md +++ b/moonpool-lwt/_doc-dir/README.md @@ -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`). diff --git a/moonpool/_doc-dir/README.md b/moonpool/_doc-dir/README.md index 20264fcb..2c7e88de 100644 --- a/moonpool/_doc-dir/README.md +++ b/moonpool/_doc-dir/README.md @@ -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`).