Module capnp::capability [] [src]

Hooks for for the RPC system.

Roughly corresponds to capability.h in the C++ implementation.

Structs

Client
Params
Promise

A computation that might eventually resolve to a value of type T or to an error of type E. Dropping the promise cancels the computation.

RemotePromise
Request
Response
Results

Traits

FromClientHook
FromTypelessPipeline
Server