[][src]Crate async_timer

Async timer lib

Timers

Primitives

  • Timed - A wrapper over future that allows to limit time for the future to resolve

Features

  • tokio_on - Enables implementations that require platform's event loop

Re-exports

pub use oneshot::Oneshot;
pub use timed::Timed;
pub use interval::Interval;

Modules

interval

Interval module

oneshot

One-shot Timer

timed

Timed future