actionqueue-daemon 0.1.2

HTTP daemon with REST API and Prometheus metrics for the ActionQueue task queue engine.
Documentation
1
2
3
4
5
6
7
//! Authoritative daemon time surfaces.
//!
//! This module defines the daemon-owned clock abstraction used by daemon
//! runtime wiring and metrics derivation paths that require deterministic time
//! sourcing.

pub mod clock;