package async_unix

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
type poll_f := deadline:Time_stamp_counter.t -> int
module Empty_poller : S with type t = unit
module Extra_poller : S with type t = poll_f
type packed =
  1. | T : (module S with type t = 'a) * 'a -> packed
val poll : packed -> deadline:Time_stamp_counter.t -> int
val create : (module S with type t = 'a) -> 'a -> packed
val create' : poll_f -> packed
val empty : packed
OCaml

Innovation. Community. Security.