This commit is contained in:
Simon Cruanes 2024-02-02 23:35:26 -05:00
parent e1219ade54
commit 44c155751c
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -58,6 +58,6 @@ let with_suspend ~on_suspend ~(run : name:string -> task -> unit)
[@@@ocaml.alert "+unstable"]
[@@@else_]
let[@inline] with_suspend ~name:_ ~on_suspend:_ ~run:_ f = f ()
let[@inline] with_suspend ~on_suspend:_ ~run:_ ~resume:_ f = f ()
[@@@endif]