Cargo Features
[dependencies]
async-task = { version = "4.7.1", default-features = false, features = ["std", "portable-atomic"] }
- default = std
-
The
std
feature is set by default wheneverasync-task
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
runnable::spawn_local
…
Features from optional dependencies
- portable-atomic implicit feature
-
Enables portable-atomic
Uses portable-atomic polyfill atomics on targets without them