mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-05 19:00:33 -05:00
9 lines
161 B
OCaml
9 lines
161 B
OCaml
open! Moonpool
|
|
|
|
let ( let@ ) = ( @@ )
|
|
let runner = Fifo_pool.create ~num_threads:1 ()
|
|
|
|
let () =
|
|
T_fibers.Fib.run1 ~runner ();
|
|
T_fibers.Fib.run2 ~runner ();
|
|
|