Method lrs::sync::Queue::pop

Removes an element to the queue.

Syntax

impl<T, H> Queue<T, H>
    where H: Allocator,
{
    fn pop(&self) -> Option<T>
}

Return value

Returns the removed element.