[][src]Module async_timer::timer

Raw Timer

Structs

DummyTimer

Dummy Timer with implementation that panics

PosixTimer

Posix Timer

Traits

SyncTimer

Describes timer interface that doesn't require async event loop.

Timer

Timer

Functions

new_sync_timer

Creates new timer, which always implements SyncTimer

new_timer

Creates new timer, timer type depends on platform.

Type Definitions

Platform

Platform alias to POSIX timer

SyncPlatform

Platform alias to POSIX Timer