package octez-libs

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

Module MakeSingle.DropboxSource

include BOX with type t := dropbox t
Sourceval put_request : dropbox t -> ('a, 'request_error) Request.t -> unit

put_request worker request sends the request to the worker. If the worker dropbox is closed, then it is a no-op.

Sourceval put_request_and_wait : dropbox t -> ('a, 'request_error) Request.t -> ('a, 'request_error message_error) result Lwt.t

put_request_and_wait worker request sends the request to the worker and waits for its completion. If the worker dropbox is closed, then it returns Error Closed.

OCaml

Innovation. Community. Security.