Expand description
Macros§
- task
- Creates an asychronously executing task. When finished, may optionally send an event.
Structs§
- Command
Queue - Densely and efficiently stores a queue of heterogenous types implementing
Command
. - Task
Component - Used to keep a task alive. The task! macro will automatically spawn and free an entity with this component in order to track active tasks.
- Task
Plugin - Exposes the crate’s funtionality. In particular, runs poll_tasks on PreUpdate.
- World
- Stores and exposes operations on entities, components, resources, and their associated metadata.
Functions§
- poll_
tasks - Poll tasks. If using the plugin, this happens on PreUpdate.