This commit is contained in:
Simon Cruanes 2024-01-30 16:26:29 -05:00
parent ef7d370060
commit 8e9564a6f7
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 ~run:_ f = f ()
let[@inline] with_suspend ~name:_ ~run:_ f = f ()
let[@inline] prepare_for_await () = { Dla_.release = ignore; await = ignore }
[@@@endif]