package mirage-channel

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

MirageOS signature for channel devices.

Channels are buffered byte-streams which are attached to an unbuffered flow (e.g. a TCPv4 connection).

Release v4.0.1

module type S = sig ... end
module Make (F : Mirage_flow.S) : S with type flow = F.flow

Functor to create a CHANNEL from a flow implementation

OCaml

Innovation. Community. Security.