diff --git a/src/suspend_.ml b/src/suspend_.ml index fceb6cc4..7824d917 100644 --- a/src/suspend_.ml +++ b/src/suspend_.ml @@ -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]