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
Related to #84
I've wished for this for so long. It will make an important API of zbus, so much better.