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

Add AtomicInt and AtomicUInt types #21

Open
jplatte opened this issue May 13, 2021 · 1 comment
Open

Add AtomicInt and AtomicUInt types #21

jplatte opened this issue May 13, 2021 · 1 comment

Comments

@jplatte
Copy link
Member

jplatte commented May 13, 2021

Would be potentially useful for state-res, which since today uses an AtomicU64 in its tests and benchmarks (previously was using a static mut 😬).

cc @DevinR528

@DevinR528
Copy link
Member

DevinR528 commented May 14, 2021

Sweet! I didn't know those were const yet, good to know. I'll keep my eye out to see if there are any more uses but I bet we could find some 😄

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

No branches or pull requests

2 participants