mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-10 13:14:05 -05:00
fix
This commit is contained in:
parent
8e9564a6f7
commit
4abc334ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ let prepare_for_await () : Dla_.t =
|
|||
[@@@ocaml.alert "+unstable"]
|
||||
[@@@else_]
|
||||
|
||||
let[@inline] with_suspend ~name:_ ~run:_ f = f ()
|
||||
let[@inline] with_suspend ~name:_ ~on_suspend:_ ~run:_ f = f ()
|
||||
let[@inline] prepare_for_await () = { Dla_.release = ignore; await = ignore }
|
||||
|
||||
[@@@endif]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue