package octez-shell-libs

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Process.ChannelSource

Endpoint of a bidirectionnal channel.

Sourcetype ('sent, 'received) t

A bidirectionnal channel endpoint.

Sourceval push : ('sent, 'received) t -> 'sent -> unit Tezos_base.TzPervasives.Error_monad.tzresult Lwt.t

Asynchronously sending a value

Sourceval pop : ('sent, 'received) t -> 'received Tezos_base.TzPervasives.Error_monad.tzresult Lwt.t

Waiting for a value.

OCaml

Innovation. Community. Security.