package async_rpc_kernel

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

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

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

Innovation. Community. Security.