Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Make.C
The signature for conduits
module Flow : Mirage_flow.S with type flow = flow
The type for flows.
val connect : t -> Conduit_mirage.client -> flow Lwt.t
Connect a conduit using client configuration.
val listen : t -> Conduit_mirage.server -> (flow -> unit Lwt.t) -> unit Lwt.t
Listen to a conduit using a server configuration.