module Binary_session_lwt:sig
..end
Binary_session.Binary_process
that uses a pipe for the communication channel between two processes.module Make:Binary_session.Binary_process
with type 'a io = 'a Lwt.t and type chan_endpoint = (Lwt_io.input_channel * Lwt_io.output_channel)
Binary_session.Binary_process
.