package mirage-channel-lwt

  1. Overview
  2. Docs
Buffered Lwt channels for MirageOS FLOW types

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-channel-v3.2.0.tbz
sha256=c88cce16cb65da54773e311f19d749209cbb8bb4824572fe95b95a60fb7c7c1c
md5=d42c47f25978a16519bdbeafbeae876a

doc/mirage-channel-lwt/Mirage_channel_lwt/index.html

Module Mirage_channel_lwt

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

OCaml

Innovation. Community. Security.