Expand description
A simple, cancelable timer implementation with no external dependencies.
Structs§
- Thread
Timer - A simple, cancelable timer that can run a thunk after waiting for an arbitrary duration.
Enums§
- Timer
Cancel Error - Errors that may be thrown by ThreadTimer::cancel()
- Timer
Start Error - Errors that may be thrown by ThreadTimer::start()