Cargo Features

bevy_tasks has no features set by default.

[dependencies]
bevy_tasks = { version = "0.14.0-rc.2", features = ["multi_threaded", "async-io"] }
multi_threaded

Enables async-channel and concurrent-queue

Features from optional dependencies

async-io implicit feature

Enables async-io

async-io:

Async I/O and timers