Expand description
Provides simple timer functionality for executing a function in the future.
Structs
Type returned by the
set_timer and set_timer_interval functions. Pass to clear_timer to remove the timer.Functions
Cancels an existing timer. Does nothing if the timer has already been canceled.