conduit-lwt-unix
A network connection establishment library for Lwt_unix
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library conduit-lwt-unix
val init :
?ctx:[ `Ssl_not_available ] ->
?backlog:int ->
?password:( bool -> string ) ->
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