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
E.g., if T == Box<Cell<u32>>, AtomSetOnce<Box<Cell<u32>>> could be shared between threads and allow the immutable borrowing of Box<Cell<u32>>, which is Send + !Sync, by multiple threads.
The text was updated successfully, but these errors were encountered:
E.g., if
T == Box<Cell<u32>>
,AtomSetOnce<Box<Cell<u32>>>
could be shared between threads and allow the immutable borrowing ofBox<Cell<u32>>
, which isSend + !Sync
, by multiple threads.The text was updated successfully, but these errors were encountered: