[−][src]Module async_timer::timer
Raw Timer
Structs
| AppleTimer | Posix Timer |
| DummyTimer | Dummy Timer with implementation that panics |
Traits
| SyncTimer | Describes timer interface that doesn't require async event loop. |
| Timer | Timer |
Functions
| new_sync_timer | Creates new timer, which always implements |
| new_timer | Creates new timer, timer type depends on platform. |
Type Definitions
| Platform | Platform alias to Apple Dispatch timer |
| SyncPlatform | Platform Alias to |