You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?