Cargo Features
[dependencies]
single_executor = { version = "0.4.1", default-features = false, features = ["std", "nightly"] }
- default = std
-
The
std
feature is set by default wheneversingle_executor
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of concurrency_traits and simple_futures
Affects
single_executor::AsyncExecutorStd
… - nightly
-
Enables nightly of concurrency_traits