mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
8 lines
158 B
OCaml
8 lines
158 B
OCaml
module M_lwt = Moonpool_lwt
|
|
|
|
let ( let@ ) = ( @@ )
|
|
|
|
let () =
|
|
let@ runner = M_lwt.lwt_main in
|
|
T_fibers.Fib.run1 ~runner ();
|
|
T_fibers.Fib.run2 ~runner ()
|