Skip to main content

EPOCH

Static EPOCH 

Source
static EPOCH: LazyLock<Instant>
Expand description

Monotonic origin for the degraded-return-path deadline.

An Instant cannot live in an atomic, and the deadline is written by one layer and read by another, so it travels as milliseconds elapsed from a fixed point. Monotonic rather than wall-clock, so a clock adjustment cannot extend or cancel the window.