package conduit-mirage

  1. Overview
  2. Docs
A network connection establishment library for MirageOS

Install

dune-project
 Dependency

Authors

Maintainers

Sources

conduit-7.1.0.tbz
sha256=58d2218a07e71706025de38ca0253233e970f35b4cacd37f706941b4cbea57f7
sha512=3d52e16202b443c72801828ab4a08ff2ae36ca03f3991793f6b155770d687718f6646fe85b70d7cadf670e4caf99af42bcf492ee70236f6a9a0d8a425deb03a6

doc/conduit-mirage/Conduit_mirage/module-type-S/index.html

Module type Conduit_mirage.SSource

The signature for conduits

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.

OCaml

Innovation. Community. Security.