package bonsai

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

Module Rpc_effect.StatusSource

Sourcemodule State : sig ... end
Sourcetype t = {
  1. state : State.t;
  2. connecting_since : Core.Time_ns.t option;
}
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t

A component whose output tracks the state of a connection to a host.

OCaml

Innovation. Community. Security.