Type Alias BlockingHeapRb

Source
pub type BlockingHeapRb<T, X = StdSemaphore> = BlockingRb<Heap<T>, X>;

Aliased Type§

pub struct BlockingHeapRb<T, X = StdSemaphore> { /* private fields */ }

Implementations§

Source§

impl<T, X: Semaphore> BlockingHeapRb<T, X>

Source

pub fn new(cap: usize) -> Self