Struct crossbeam::sync::chase_lev::Stealer [−][src]
pub struct Stealer<T> { /* fields omitted */ }Expand description
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.
Stealers can be cloned to have more than one handle active at a time.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Stealer<T>
impl<T> UnwindSafe for Stealer<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
