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
Since the theme is write-once, read-many, I think a RwLock would be more appropriate than a Mutex. I remember running into deadlocks on accident when writing the multiprogress suggestion PR, and this would simply make it easier to avoid such caveats.
The text was updated successfully, but these errors were encountered:
Since the theme is write-once, read-many, I think a
RwLock
would be more appropriate than aMutex
. I remember running into deadlocks on accident when writing the multiprogress suggestion PR, and this would simply make it easier to avoid such caveats.The text was updated successfully, but these errors were encountered: