You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/lwt_to_direct_style/eio-switch.t/run.t
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Make a writable directory tree:
44
44
let () =
45
45
Eio_main.run (fun env ->
46
46
Fiber.with_binding Fiber_var.env env (fun () ->
47
-
Switch.run ~name:"main"(fun sw ->
47
+
Switch.run (fun sw ->
48
48
Fiber.with_binding Fiber_var.sw sw (fun () ->
49
49
(* TODO: lwt-to-direct-style: [Eio_main.run] argument used to be a [Lwt] promise and is now a [fun]. Make sure no asynchronous or IO calls are done outside of this [fun].*)
0 commit comments