Crate async_spin_sleep

source ·
Expand description

Async-spin-sleep

A dedicated timer driver implementation for easy use of high-precision sleep function in numerous async/await context.

Features

  • system-clock (default): Enable use of system clock as a timer source.

Modules

Structs

Enums

Functions

  • A shortcut for Builder::default().build().
  • A shortcut for Builder::default().build_d_ary<..>().