StaticTicker

Ticker which ticks at accurate offsets from a starting point.

Constructors

this
this(Duration interval, bool autoStart)

Undocumented in source.

Members

Functions

reset
void reset()

Undocumented in source. Be warned that the author may not have intended to support it.

setNext
void setNext()

Undocumented in source. Be warned that the author may not have intended to support it.

start
void start()

Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Ticker

setNext
void setNext()

Sets when the next tick occurs

start
void start()

Starts the ticker

sleep
void sleep()

Sleeps until the next tick

Meta