Trait concurrency_traits::queue::DoubleEndedQueue[][src]

pub trait DoubleEndedQueue: PrependQueue + ReverseQueue + TryDoubleEndedQueue { }
Expand description

A queue that can be written and read from both ends

Implementors

impl<T, S, CS> DoubleEndedQueue for SemaphoreQueue<T, S, CS> where
    S: Semaphore,
    CS: ThreadFunctions
[src]