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 29, 2025. It is now read-only.
Often, global decisions affecting the entire dependency tree need to be made.
Current examples of this in std are panic behavior and the global allocator.
Outside of std there are logging and event loops, standard RNG.
This issue proposes to come up with a generic system that works for all such cases.