Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jan 30, 2024
1 parent 8e9564a commit 4abc334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/suspend_.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 4abc334

Please sign in to comment.