package mirage-channel

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

Module Mirage_channelSource

MirageOS signature for channel devices.

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

Release v5.0.0

Sourcemodule type S = sig ... end
Sourcemodule Make (F : Mirage_flow.S) : S with type flow = F.flow and type error = private [> `Read_zero | `Flow of F.error | `Line_too_long ]

Functor to create a CHANNEL from a flow implementation

OCaml

Innovation. Community. Security.