Cargo Features
[dependencies]
async-task-ffi = { version = "4.1.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverasync-task-ffi
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
runnable::spawn_local
,runnable::spawn_local_with
…