async-executor
async-executor copied to clipboard
Feature request: Support `task_local!`
Currently, the smol runtime does not have something similar to tokio::task_local! and async_std::task_local!.
Reference: https://github.com/smol-rs/smol/issues/329