Crate async_interval

Source

Re-exports§

pub use stream::intervalable_iter_stream;
pub use stream::intervalable_repeat_stream;
pub use stream::intervalable_repeat_with_stream;

Modules§

impl_async_io
impl_async_timer
impl_tokio
stream

Structs§

AsyncIoTimer
A future or stream that emits timed events.
AsyncTimerInterval
Periodic Timer
TokioTimeInterval
Interval returned by interval and interval_at.

Traits§

Intervalable