package capnp-rpc

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

Module Capnp_rpcSource

Cap'n Proto core API for defining and using services.

Sourcemodule StructRef : sig ... end

A promise for a response structure. You can use the generated _get_pipelined functions on a promise to get a promise for a capability inside the promise, and then pipeline messages to that promise without waiting for the response struct to arrive.

Sourcemodule Capability : sig ... end

A capability is a reference to an object, or to a promise for an object. You can invoke methods on a capability even while it is still only a promise.

Sourcemodule Sturdy_ref : sig ... end
Sourcemodule Service : sig ... end

Functions for service implementors.

Sourcemodule Std : sig ... end

Some aliases for common modules.

Sourcemodule Leak_handler : sig ... end

Handle references that got GC'd with a non-zero ref-count.

Sourcemodule Persistence : sig ... end