package fuseau

  1. Overview
  2. Docs

Source file fuseau_unix.ml

1
2
3
4
5
6
7
8
9
10
open Common_
include Fuseau
module IO_unix = IO_unix
module Timer = Timer
module Net = Net

let main f =
  let loop = new U_loop.unix_ev_loop in
  let@ () = U_loop.with_cur loop in
  Fuseau.main ~loop:(loop :> Event_loop.t) f
OCaml

Innovation. Community. Security.