Make async-io optional for people who only want to use the executor.
Open
enhancement
- Dominant language
- Rust
- Stars
- 4.1k
- Forks
- 339
- PR merge metrics
- No merged PRs in 30d
Description
Currently, `async-io` is marked as an optional dependency in `Cargo.toml`, but when not on wasm, it's always turned on on `async-global-executor`. Would it be possible to make it truly optional for people who only want to use the executor?
Contributor guide
Assessment
This issue has not been assessed yet.