Module time

Module time 

Source
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§

IntervalStream
A wrapper that implements Stream for a TimeInterval.
TickFuture
Future for the tick operation.

Traits§

AsyncTime
Trait for async time-related operations.
TimeInterval
Trait for periodic timers.