eio/lib_main/eio_main.ml
Thomas Leonard 765c165204 Moved Linux implemention to new eio_linux library
Eunix remains as a place for common code that can be shared with other
backends.
2021-06-15 13:35:52 +01:00

2 lines
65 B
OCaml

let run fn = Eio_linux.run (fun env -> fn (env :> Eio.Stdenv.t))