MCPcopy Create free account
hub / github.com/aws/clock-bound / Daemon

Class Daemon

clock-bound/src/daemon.rs:59–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 time::tsc::Skew,
58 },
59 shm::ClockStatus,
60 },
61 rand::{RngCore, rng},
62 std::{net::SocketAddr, sync::Arc},
63 tokio::sync::{mpsc, watch},
64 tokio_util::{sync::CancellationToken, task::TaskTracker},
65 tracing::{debug, error, warn},
66};
67
68/// The maximum dispersion growth every second
69///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected