Module Mirage_channel_lwt

include module type of struct include Mirage_channel end
module type S = Mirage_channel.S
module Make = Mirage_channel.Make

Functor to create a CHANNEL from a flow implementation