Cargo Features
[dependencies]
async-global-executor = { version = "3.1.0", default-features = false, features = ["async-io", "tokio"] }
- default = async-io
-
The
async-io
feature is set by default wheneverasync-global-executor
is added without
somewhere in the dependency tree.default-features = false - async-io default
-
Enables async-io
- tokio
-
Enables tokio
async-global-executor has 3 features without comments.