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 lock is necessary for the index which is built lazily upon access. It’s possible that multiple immutable fields instances share the same storage without an index, and multiple threads call methods that need the index in parallel.
Since it's handled as CoW through
isKnownUniquelyReferenced
, I would not expect to need a lock.The text was updated successfully, but these errors were encountered: