Warning: Reason support is experimental.
We are looking for beta-tester and contributors.
module Ev_backend : sig..end
type t
val default : t
val select : t
val poll : t
val epoll : t
val kqueue : t
val devpoll : t
val port : t
val pp : Stdlib.Format.formatter -> t -> unit