This commit is contained in:
Simon Cruanes 2024-01-30 16:38:31 -05:00
parent 8e9564a6f7
commit 4abc334ab3
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

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