package resource_cache

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

Module Status.ResourceSource

Sourcetype state = [
  1. | `Busy
  2. | `Idle
  3. | `Closing
]
Sourceval sexp_of_state : state -> Ppx_sexp_conv_lib.Sexp.t
Sourceval compare_state : state -> state -> int
Sourcetype t = {
  1. state : state;
  2. since : Core_kernel.Time_ns.Span.t;
}
Sourceval state : t -> state
Sourcemodule Fields : sig ... end
Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
Sourceval compare : t -> t -> int
OCaml

Innovation. Community. Security.