Cargo Features
[dependencies]
epicenter = { version = "0.1.0", default-features = false, features = ["async"] }
- default = async
-
The
async
feature is set by default wheneverepicenter
is added without
somewhere in the dependency tree.default-features = false - async default
-
Affects
dispatchers::r#async
…