Open
Description
The ability to plug clock implementations in Hydroflow will benefit deterministic (unit) testing. The current implementation binds to Instant::now()
.
LWW Clock Source (former #1207)
A hybrid-logical clock source that provides a single source of current clock value for each tick.
Should support "ticking" based on current clock value + incoming network messages.