From 8e9564a6f72fb3ec203473a962f1fb08e5a961ac Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 30 Jan 2024 16:26:29 -0500 Subject: [PATCH] compat --- src/suspend_.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/suspend_.ml b/src/suspend_.ml index 575cf158..fceb6cc4 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 ~run:_ f = f () +let[@inline] with_suspend ~name:_ ~run:_ f = f () let[@inline] prepare_for_await () = { Dla_.release = ignore; await = ignore } [@@@endif]