Ticker which can be used for interval-based timing. Operates at millisecond precision.
Create a new Ticker
Sets when the next tick occurs
Sleeps until the next tick
Starts the ticker
See Implementation
Ticker which can be used for interval-based timing. Operates at millisecond precision.