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
These types are stable now, however, the docs don't properly mention them everywhere yet:
https://doc.rust-lang.org/nightly/std/cell/index.html lists OnceCell in the overview, but not LazyCell. The docs should also explain when I should use which of these types, as they are superficially pretty similar.
These types are stable now, however, the docs don't properly mention them everywhere yet:
Onceis basically the same asOnceLock<()>, but I am not sure.)Cc @rust-lang/libs-api