package capnp-rpc

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

Statistics for CapTP connections.

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