Module Resp_unix.Backend

Parameters

Signature

type ic = Lwt_io.input_channel
type oc = Lwt_io.output_channel
type server
type data = Data.data
module Client : sig ... end
val run : server -> ((ic * oc) -> unit Lwt.t) -> unit Lwt.t