package async_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type Address = sig ... end
module type Closable = sig ... end
module type Connection_error = sig ... end
module type S = sig ... end
module type S' = sig ... end
module Event : sig ... end
module Make' (Conn_err : Connection_error) (Conn : Closable) : S' with type conn = Conn.t and type conn_error = Conn_err.t
module Make (Conn : Closable) : S with type conn = Conn.t
OCaml

Innovation. Community. Security.