package mirage-channel-lwt

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = Mirage_channel.S with type 'a io = 'a Lwt.t and type buffer = Cstruct.t
module Make (F : Mirage_flow_lwt.S) : S with type flow = F.flow

Functor to create a CHANNEL from a flow implementation