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