pub struct ThreadSpawner;Expand description
An implementation of Spawner that creates normal std::thread threads.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThreadSpawner
impl RefUnwindSafe for ThreadSpawner
impl Send for ThreadSpawner
impl Sync for ThreadSpawner
impl Unpin for ThreadSpawner
impl UnwindSafe for ThreadSpawner
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