pub struct MultiThread { /* private fields */ }Expand description
An executor which uses multiple threads to complete jobs.
Implementations§
Trait Implementations§
Source§impl Debug for MultiThread
impl Debug for MultiThread
Source§impl Executor for MultiThread
impl Executor for MultiThread
Auto Trait Implementations§
impl Freeze for MultiThread
impl RefUnwindSafe for MultiThread
impl Send for MultiThread
impl Sync for MultiThread
impl Unpin for MultiThread
impl UnwindSafe for MultiThread
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