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
Switching to once_cell::race would allow us to eliminate spin as a dependency. We don't need or really want a spin lock anyway,; the race semantics seem better.
The text was updated successfully, but these errors were encountered:
Switching to
once_cell::race
would allow us to eliminatespin
as a dependency. We don't need or really want a spin lock anyway,; the race semantics seem better.The text was updated successfully, but these errors were encountered: