Table of Contents

Namespace Virtufin.Core.Clock

Interfaces

IClock<T>

A clock is a stream of time values emitted as events. Each emission is a T (typically DateTimeOffset) representing a point in time. Subscribers receive emissions via Subscribe(IObserver<T>); callers should NOT poll the clock for a "current value".