Module async_timer::timer

source ·
Expand description

Raw Timer

Structs

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 Aliases