Re-exports§
pub use builder::Builder;
pub use error::Error;
pub use run::LocalRun;
pub use run::LocalRunAsync;
pub use run::Run;
pub use run::RunAsync;
pub use run::ThreadRun;
pub use run::ThreadRunAsync;
Modules§
Structs§
- Dispatcher
- The dispatcher struct, allowing systems to be executed in parallel.
- Shared
World - Helper type to share the world parameter passed to
Dispatcher::dispatch
.