This is supported on crate feature requeue only.
Expand description

A bounded, delayed, multi-producer, single-consumer queue for deferring work in response to scheduler updates.

Structs

Receives values from associated Senders.

Sends delayed values to the associated Receiver.

Functions

Creates a bounded, delayed mpsc channel for requeuing controller updates.