package resp-unix

  1. Overview
  2. Docs

Module Resp_unix.BackendSource

Parameters

Signature

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