vihaco_stdlib::clock
clockΒΆ
vihaco_stdlib::clock
Reusable global-clock and timing vocabulary for vihaco runtimes.
GlobalClock is an ordered event queue. It owns modeled timeline state, but does not execute instructions, dispatch events, or know about the machine that owns it. A runtime can use the types in this module to build its own scheduling policy and root event loop.