package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module State : sig ... end
type t = {
  1. state : State.t;
  2. connecting_since : Core.Time_ns.t option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val state : where_to_connect:Where_to_connect.t -> t Bonsai.For_open.Computation.t

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

OCaml

Innovation. Community. Security.