A task executor for Bevy Engine, providing async task scheduling and parallel execution.
# Cargo.toml
[dependencies]
bevy_tasks = "0.18.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a task pool and spawns an async task.
Add `futures-lite` to dependencies and use `block_on` to await tasks.
No dependency data recorded yet.