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
If you conceptualize access as being either a read or a write, and
either atomic or nonatomic, the old and new wording means the same
thing. However, if you divide access into three categories — read,
write, and atomic — the old wording meant something different from the
new wording, and was incorrect. This change avoids the opportunity for
misunderstanding.
Fixes: rdar://123389673
0 commit comments