Expand description
Contains the SystemClock
and the raw TickEvent
it produces.
The SystemClock
is the high-frequency heartbeat of the entire engine. Its only
responsibility is to emit TickEvent
s at a configured rate. It does not
contain any other logic.
Structsยง
- Tick
Event - A raw tick event generated by the
SystemClock
.