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

Update Memory to use Integer Atomics #410

Closed
bjfish opened this issue May 1, 2019 · 1 comment
Closed

Update Memory to use Integer Atomics #410

bjfish opened this issue May 1, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@bjfish
Copy link
Contributor

bjfish commented May 1, 2019

The background for this is described in the PR:
#376

update the Atomic type to use the recently stabilized integer atomics instead of emulating them with AtomicUsize

@bjfish bjfish added the bug Something isn't working label May 1, 2019
@bjfish
Copy link
Contributor Author

bjfish commented Nov 14, 2019

This was resolved in the following PR:
#689

@bjfish bjfish closed this as completed Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant