package conduit-lwt-unix

  1. Overview
  2. Docs
val init : ?backlog:int -> certfile:string -> keyfile:string -> ?stop:unit Lwt.t -> ?timeout:int -> Lwt_unix.sockaddr -> (Lwt_unix.sockaddr -> Lwt_unix.file_descr -> Lwt_io.input_channel -> Lwt_io.output_channel -> unit Lwt.t) -> unit Lwt.t
val init' : ?backlog:int -> ?stop:unit Lwt.t -> ?timeout:int -> 'config -> Lwt_unix.sockaddr -> (Lwt_unix.sockaddr -> Lwt_unix.file_descr -> Lwt_io.input_channel -> Lwt_io.output_channel -> unit Lwt.t) -> unit Lwt.t