mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 11:15:38 -05:00
mdx: depend on moonpool
This commit is contained in:
parent
5e9470b750
commit
c6157ac84d
2 changed files with 1 additions and 2 deletions
|
|
@ -20,7 +20,6 @@ but the threads are spread across multiple domains (on OCaml 5), which enables
|
||||||
parallelism.
|
parallelism.
|
||||||
|
|
||||||
```ocaml
|
```ocaml
|
||||||
# #require "moonpool";;
|
|
||||||
# let pool = Moonpool.Pool.create ~min:4 ();;
|
# let pool = Moonpool.Pool.create ~min:4 ();;
|
||||||
val pool : Moonpool.Pool.t = <abstr>
|
val pool : Moonpool.Pool.t = <abstr>
|
||||||
|
|
||||||
|
|
|
||||||
2
dune
2
dune
|
|
@ -2,4 +2,4 @@
|
||||||
(env
|
(env
|
||||||
(_ (flags :standard -strict-sequence -warn-error -a+8 -w +a-4-40-70)))
|
(_ (flags :standard -strict-sequence -warn-error -a+8 -w +a-4-40-70)))
|
||||||
|
|
||||||
(mdx)
|
(mdx (libraries moonpool))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue