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
While it's in a separate crate, AtomicRefCell seems like a very useful addition here as it expresses slightly different guarantees than Mutex / RWLock, and in the situations where it can be used it has a lot less overhead.
While it's in a separate crate,
AtomicRefCell
seems like a very useful addition here as it expresses slightly different guarantees thanMutex
/RWLock
, and in the situations where it can be used it has a lot less overhead.https://docs.rs/atomic_refcell
The text was updated successfully, but these errors were encountered: