Module time

Module time 

Source
Expand description

Timer and Stopwatch utilities.

Structs§

Stopwatch
A Stopwatch is a struct that track elapsed time when started.
Timer
Tracks elapsed time. Enters the finished state once duration is reached.

Enums§

TimerMode
Specifies Timer behavior.