include Mirage_channel
module type S = sig ... end
module Make = Mirage_channel.Make
Functor to create a CHANNEL from a flow implementation
Mirage_channel_lwt
include Mirage_channel
module type S = sig ... end
module Make = Mirage_channel.Make
Functor to create a CHANNEL from a flow implementation