Expand description
Time-related traits and utilities for async operations.
This module provides traits for working with time in an async context, including sleeping, timeouts, and periodic timers.
Structs§
- Interval
Stream - A wrapper that implements
Streamfor aTimeInterval. - Tick
Future - Future for the tick operation.
Traits§
- Async
Time - Trait for async time-related operations.
- Time
Interval - Trait for periodic timers.