pub struct MultiThreadedExecutor { /* private fields */ }
Expand description
Runs the schedule using a thread pool. Non-conflicting systems can run in parallel.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for MultiThreadedExecutor
impl RefUnwindSafe for MultiThreadedExecutor
impl Send for MultiThreadedExecutor
impl Sync for MultiThreadedExecutor
impl Unpin for MultiThreadedExecutor
impl UnwindSafe for MultiThreadedExecutor
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
Source§impl<T> FromWorld for Twhere
T: Default,
impl<T> FromWorld for Twhere
T: Default,
Source§fn from_world(_world: &mut World) -> T
fn from_world(_world: &mut World) -> T
Creates
Self
using data from the given World
.