Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove spin dependency in favor of once_cell::race::OnceBool for no_std environments. #1234

Open
briansmith opened this issue Mar 24, 2021 · 0 comments

Comments

@briansmith
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant