Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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