[][src]Module async_ecs::dispatcher

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

builder
error
run
task

Structs

Dispatcher

The dispatcher struct, allowing systems to be executed in parallel.

SharedWorld

Helper type to share the world parameter passed to Dispatcher::dispatch.