new

Function new 

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

Allocates a new work-stealing deque.