mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-06 03:05:30 -05:00
format
This commit is contained in:
parent
bf649f5348
commit
a42737aa81
4 changed files with 3 additions and 11 deletions
|
|
@ -3,10 +3,4 @@
|
|||
(enabled_if
|
||||
(>= %{ocaml_version} 5.0))
|
||||
(package moonpool)
|
||||
(libraries
|
||||
moonpool
|
||||
moonpool.fib
|
||||
trace
|
||||
qcheck-core))
|
||||
|
||||
|
||||
(libraries moonpool moonpool.fib trace qcheck-core))
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
open! Moonpool
|
||||
module A = Atomic
|
||||
module F = Moonpool_fib.Fiber
|
||||
|
|
|
|||
|
|
@ -6,5 +6,4 @@ let ( let@ ) = ( @@ )
|
|||
let () =
|
||||
let@ runner = M_lwt.lwt_main in
|
||||
T_fibers.Fib.run1 ~runner ();
|
||||
T_fibers.Fib.run2 ~runner ();
|
||||
|
||||
T_fibers.Fib.run2 ~runner ()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue