Skip to main content

QueueHandle

Type Alias QueueHandle 

Source
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 */);