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 14c213c commit 12145ffCopy full SHA for 12145ff
test/lib/test_scheduler/test_scheduler.ocaml5.ml
@@ -79,7 +79,9 @@ let rec run_fiber ?(max_domains = 1) ?(allow_lwt = true)
79
Some
80
(fun () -> Picos_mux_thread.run_fiber ?fatal_exn_handler fiber main)
81
with
82
- | None -> run_fiber ~max_domains ~allow_lwt ?fatal_exn_handler fiber main
+ | None ->
83
+ run_fiber ~max_domains ~allow_lwt ~avoid_threads ?fatal_exn_handler fiber
84
+ main
85
| Some run -> begin
86
try run ()
87
with exn ->
0 commit comments