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
Currently, the
smolruntime does not have something similar totokio::task_local!andasync_std::task_local!.Reference: smol-rs/smol#329