Expand description
A simple timer, used to enqueue operations meant to be executed at a given time or after a given delay.
Structs
A value scoping a schedule. When this value is dropped, the schedule is cancelled.
A timer, used to schedule delivery of messages at a later date.
A timer, used to schedule execution of callbacks at a later date.
Shared coordination logic for timer threads.