diff --git a/src/core/suspend_.ml b/src/core/suspend_.ml index 198c9e4a..7e864156 100644 --- a/src/core/suspend_.ml +++ b/src/core/suspend_.ml @@ -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]