pub struct SpawnExecutor;
Expand description
An executor that spawn each task in a separate thread.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpawnExecutor
impl RefUnwindSafe for SpawnExecutor
impl Send for SpawnExecutor
impl Sync for SpawnExecutor
impl Unpin for SpawnExecutor
impl UnwindSafe for SpawnExecutor
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