Struct deque::Stealer
[−]
[src]
pub struct Stealer<T: Send> {
// some fields omitted
}The stealing half of the work-stealing deque. Stealers have access to the
opposite end of the deque from the worker, and they only have access to the
steal method.