Name Description Size
delay_queue.rs A queue of delayed elements. See [`DelayQueue`] for more details. [`DelayQueue`]: struct@DelayQueue 38386
mod.rs Additional utilities for tracking time. This module provides additional utilities for executing code after a set period of time. Currently there is only one: * `DelayQueue`: A queue where items are returned once the requested delay has expired. This type must be used from within the context of the `Runtime`. 1161
wheel