pub type QueueHandle = ClockMonotonicHandle;Expand description
Backing handle for crate::os::Queue/crate::os::QueueStreamed.
See ClockMonotonicHandle for why this is a mutex/condvar pair rather
than a queue-specific type.
Aliased Typeยง
pub struct QueueHandle(/* private fields */);