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 648723c commit bbafaf3Copy full SHA for bbafaf3
src/unix/lwt_preemptive.ml
@@ -263,4 +263,3 @@ let run_in_main f =
263
let run_in_main_dont_wait f handler =
264
let f () = Lwt.catch f (fun exc -> handler exc; Lwt.return_unit) in
265
run_in_main_dont_wait f
266
-
0 commit comments