From 4abc334ab33731e1aee79bbf668a7df67d0bc8b2 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 30 Jan 2024 16:38:31 -0500 Subject: [PATCH] fix --- src/suspend_.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]