You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UnsafeCell in std returns a *mut T which implements read(), write() and replace().
The UnsafeCell in Loom returns a ConstPtr that does not provide these functions. Is there a reason for this?
The text was updated successfully, but these errors were encountered:
The UnsafeCell in std returns a
*mut T
which implementsread()
,write()
andreplace()
.The UnsafeCell in Loom returns a ConstPtr that does not provide these functions. Is there a reason for this?
The text was updated successfully, but these errors were encountered: