package sessions

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Binary_session_lwt

A lwt based implementation of Binary_session.Binary_process that uses a pipe for the communication channel between two processes.

  • author essdotteedot [<essdotteedot[at]gmail[dot]com>]
  • version 0.1.0
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

Functor to create a module of type Binary_session.Binary_process.

OCaml

Innovation. Community. Security.