-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Consider renaming Mutex<T> -> MutexCell<T> #18284
Comments
If the goal is to make |
/cc @aturon |
fwiw I've changed my mind here, I'm not totally for the renaming but I withdraw my objection. |
With the stabilization of these types I do not believe we are going to do this renaming. |
This would mirror RefCell / UnsafeCell / Cell and allow non-cell mutexes to be used easier in the same module.
The text was updated successfully, but these errors were encountered: