async-global-executor
async-global-executor copied to clipboard
Use `std::sync::OnceLock` instead of `once_cell` crate if MSRV allows
This would raise MSRV to 1.70. Found an issue mentioned MSRV, but did not find a clear MSRV policy.
btw Found the once_cell
dependency in async-std
as well.