Namespace Virtufin.Base.Clock
Classes
- Metronome
Helper factory methods for metronome-based clocks. Callers can write
Metronome.CreateDateTimeWallClock(TimeSpan.FromSeconds(1))without specifying a type argument.
- Metronome<T>
The primitive regular-tick clock source. Emits a
Tvalue at a fixed Interval. Each emission corresponds to a tick:Tvalues can carry the wall-time (e.g. aDateTimeOffset) or a sequence number projected to anyTthe consumer needs.