Module async_timer::timer
source · Expand description
Raw Timer
Structs
- Dummy Timer with implementation that panics
- Posix Timer
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 POSIX timer
- Platform alias to POSIX Timer