package capnp-rpc

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

Module Capnp_rpc_proto.StatsSource

Statistics for CapTP connections.

Sourcetype t = {
  1. n_questions : int;
  2. n_answers : int;
  3. n_imports : int;
  4. n_exports : int;
}
Sourceval zero : t
Sourceval pp : Format.formatter -> t -> unit
OCaml

Innovation. Community. Security.