pub struct Dispatcher { /* private fields */ }
Expand description
The dispatcher struct, allowing systems to be executed in parallel.
Implementations§
Source§impl Dispatcher
impl Dispatcher
Sourcepub fn setup_builder(world: &mut World) -> Builder<'_>
pub fn setup_builder(world: &mut World) -> Builder<'_>
Create builder to build a new dispatcher that invokes the setup for each passed system.
Auto Trait Implementations§
impl Freeze for Dispatcher
impl !RefUnwindSafe for Dispatcher
impl Send for Dispatcher
impl Sync for Dispatcher
impl Unpin for Dispatcher
impl !UnwindSafe for Dispatcher
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