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
{{ message }}
This repository was archived by the owner on May 14, 2026. It is now read-only.
Lazy was added in #89, back when the std implementation was called SyncLazy. It has since been renamed LazyLock, so it may be nice for consistency to change this crate's Lazy to the same.
Obviously this is very low priority, but changing the name at the next major version bump might make it more discoverable.
Lazywas added in #89, back when the std implementation was calledSyncLazy. It has since been renamedLazyLock, so it may be nice for consistency to change this crate'sLazyto the same.Obviously this is very low priority, but changing the name at the next major version bump might make it more discoverable.