-
Notifications
You must be signed in to change notification settings - Fork 111
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
No get_mut method on AtomicPtr #154
Comments
Would a PR to implement this be accepted? |
Yes, that would be great! It should probably be simulated using Lines 200 to 216 in 73e6c14
We might want to add |
If we do |
Would the logic be essentially the same as with_mut otherwise? The cleanup moved to the drop impl and the setup to the get_mut function? |
The AtomicPtr implementation seems to be missing an implementation of get_mut
The text was updated successfully, but these errors were encountered: