Crate os_timer[][src]

Expand description

Cross-platform wrapper over OS timers

Requirements

  • Posix timer requires compilation of C shim (i.e. Correct C compiler must be available when compiling for posix target).

Structs

Callback

Timer’s callback abstraction

Schedule

Timer’s schedule

Timer

Posix timer wrapper