We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0baa154 commit 0db9599Copy full SHA for 0db9599
src/unix/lwt_main.ml
@@ -17,7 +17,7 @@ open Lwt.Infix
17
let enter_iter_hooks = Lwt_sequence.create ()
18
let leave_iter_hooks = Lwt_sequence.create ()
19
20
-let yield () = Lwt.pause ()
+let yield = Lwt.pause
21
22
let abandon_yielded_and_paused () =
23
Lwt.abandon_paused ()
0 commit comments