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
loom currently provides lazy_static macro, but tokio and others are moving to once_cell (e.g., tokio-rs/tokio#3187). It would be nice if loom could provide an equivalent of once_cell::sync::Lazy or std::lazy::SyncLazy.
The text was updated successfully, but these errors were encountered:
loom currently provides lazy_static macro, but tokio and others are moving to once_cell (e.g., tokio-rs/tokio#3187). It would be nice if loom could provide an equivalent of once_cell::sync::Lazy or std::lazy::SyncLazy.
The text was updated successfully, but these errors were encountered: