Module async_timer::timer
source · Expand description
Raw Timer
Structs
- Posix Timer
- Dummy Timer with implementation that panics
Traits
- Describes timer interface that doesn’t require async event loop.
- Timer
Functions
- Creates new timer, which always implements
SyncTimer - Creates new timer, timer type depends on platform.
Type Definitions
- Platform alias to Apple Dispatch timer
- Platform Alias to
kqueuebased Timer