pub struct WorkerPool { /* private fields */ }Expand description
A fixed-size pool for dispatching thread-independent work.
Implementations§
Trait Implementations§
Source§impl Drop for WorkerPool
impl Drop for WorkerPool
Auto Trait Implementations§
impl !RefUnwindSafe for WorkerPool
impl !UnwindSafe for WorkerPool
impl Freeze for WorkerPool
impl Send for WorkerPool
impl Sync for WorkerPool
impl Unpin for WorkerPool
impl UnsafeUnpin for WorkerPool
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