Capnp_rpc_protoSourceThe abstract and untyped Cap'n Proto RPC protocol. Users will normally want to use the Capnp_rpc API instead, which provides a typed interface using the Cap'n Proto serialisation.
This module defines the information in the messages that goes over the wire. These messages are turned into actual byte streams elsewhere.
This module defines a calling convention for invoking methods on objects. The objects could be remote, but this module doesn't define anything related to networks. These types are generated automatically from WIRE by Core_types.
A local promise for a call response. Queues messages locally.