This commit is contained in:
Simon Cruanes 2025-09-05 13:07:36 -04:00
parent a42737aa81
commit 2aabc30b70
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -3,6 +3,7 @@ open! Moonpool
let ( let@ ) = ( @@ ) let ( let@ ) = ( @@ )
let () = let () =
let@ _ = Moonpool_fib.main in
(let@ pool = Ws_pool.with_ () in (let@ pool = Ws_pool.with_ () in
T_fibers.Fls.run ~pool ~pool_name:"ws_pool" ()); T_fibers.Fls.run ~pool ~pool_name:"ws_pool" ());