Namespace Virtufin.Core.Clock
Interfaces
- IClock<T>
A clock is a stream of time values emitted as events. Each emission is a
T(typicallyDateTimeOffset) representing a point in time. Subscribers receive emissions via Subscribe(IObserver<T>); callers should NOT poll the clock for a "current value".