pub struct WorkStealingPool { /* private fields */ }Expand description
Work-stealing thread pool
Implementations§
Auto Trait Implementations§
impl Freeze for WorkStealingPool
impl RefUnwindSafe for WorkStealingPool
impl Send for WorkStealingPool
impl Sync for WorkStealingPool
impl Unpin for WorkStealingPool
impl UnwindSafe for WorkStealingPool
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more