package capnp-rpc-net

  1. Overview
  2. Docs

Module signatures.

module type ADDRESS = sig ... end
module type NETWORK = sig ... end
module type VAT_NETWORK = sig ... end

Stretching capability references across a network link. Note: see Capnp_rpc_unix for a higher-level wrapper for this API.