package fuseau-lwt
-
fuseau-lwt
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = Lwt_io.server
The Lwt TCP server
val establish :
?backlog:int ->
?no_close:bool ->
Unix.sockaddr ->
(Unix.sockaddr -> Iostream.In.t -> Iostream.Out.t -> unit) ->
t
Establish a server, where each connection spawns a new fiber that uses Fuseau's Iostreams.
val shutdown : t -> unit