Net.TCP_servertype t = Lwt_io.serverThe Lwt TCP server
val establish :
?backlog:int ->
?no_close:bool ->
Unix.sockaddr ->
(Unix.sockaddr -> Iostream.In.t -> Iostream.Out.t -> unit) ->
tEstablish a server, where each connection spawns a new fiber that uses Fuseau's Iostreams.
val shutdown : t -> unit