Function deque::new [] [src]

pub fn new<T: Send>() -> (Worker<T>, Stealer<T>)

Allocates a new work-stealing deque.