package nbd

  1. Overview
  2. Docs

Module Nbd.MuxSource

Lwt connection multiplexer. Multiplexes between parallel requests from multiple clients over a single output channel to a server that may send responses out of order. Each request and response carries an id that is used to match responses to requests.

Sourcemodule type RPC = sig ... end
Sourcemodule Make (R : RPC) : sig ... end
OCaml

Innovation. Community. Security.