This commit is contained in:
Simon Cruanes 2025-09-05 13:05:44 -04:00
parent bf649f5348
commit a42737aa81
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
4 changed files with 3 additions and 11 deletions

View file

@ -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))

View file

@ -1,4 +1,3 @@
open! Moonpool
module A = Atomic
module F = Moonpool_fib.Fiber

View file

@ -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 ()