Source file ezLwtSys.ml

1
2
let run f = Lwt_main.run @@ f ()
let sleep f = Lwt_unix.sleep f