package conduit-mirage

  1. Overview
  2. Docs

Module Conduit_mirage.VchanSource

Parameters

module V : Vchan.S.ENDPOINT with type port = Vchan.Port.t

Signature

include S
Sourcetype flow

The type for networking flows.

Sourcetype t

The type for handlers.

Sourcemodule Flow : Mirage_flow.S with type flow = flow

The type for flows.

Sourceval connect : t -> client -> flow Lwt.t

Connect a conduit using client configuration.

Sourceval listen : t -> server -> (flow -> unit Lwt.t) -> unit Lwt.t

Listen to a conduit using a server configuration.

Sourceval register : string -> t Lwt.t
OCaml

Innovation. Community. Security.