Trait concurrency_traits::queue::TryDoubleEndedQueue[][src]

pub trait TryDoubleEndedQueue: TryPrependQueue + TryReverseQueue { }
Expand description

A queue that can try to be written and read from both ends

Implementors

impl<T, S, CS> TryDoubleEndedQueue for SemaphoreQueue<T, S, CS> where
    S: TrySemaphore,
    CS: ThreadFunctions
[src]