Skip to main content

Module clock

Module clock 

Source
Expand description

Gateway clock abstractions for deterministic and system time sources.

Structs§

DeterministicGatewayClock
GatewayClock that advances by a fixed step on each read.
SystemGatewayClock
GatewayClock backed by the real system clock.

Traits§

GatewayClock
Source of millisecond wall-clock timestamps for the gateway.