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