package current

  1. Overview
  2. Docs

Module Current_term.SSource

Sourcetype 'a or_error = ('a, [ `Msg of string ]) result
Sourcetype stats = {
  1. ok : int;
  2. waiting_for_confirmation : int;
  3. ready : int;
  4. running : int;
  5. failed : int;
  6. blocked : int;
}

Counters showing how many pipeline stages are in each state.

Sourcemodule type T = sig ... end
Sourcemodule type ORDERED = sig ... end
Sourcemodule type ANALYSIS = sig ... end
Sourcemodule type TERM = sig ... end
Sourcemodule type EXECUTOR = sig ... end
OCaml

Innovation. Community. Security.