package async_rpc_kernel

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

Module Rpc.Pipe_responseSource

The output type of the f passed to dispatch_iter. This is analogous to a simple unit Deferred.t, with Continue being like Deferred.unit, but it is made explicit when no waiting should occur.

When Wait ready is returned, no data will be read from the Connection.t until ready becomes determined

Sourcetype t =
  1. | Continue
  2. | Wait of unit Async_kernel.Deferred.t