pub fn queue<T>(capacity: usize) -> (Receiver<T>, Sender<T>)
Expand description

Creates a new NCQ-Queue with the given Capacity