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
Although... I've just experimented a little bit with unsigned numbers in a multiplatform environment.
I'm not sure we want the introduced overhead when dealing with atomics. U* are value classes, but the underlying value is still guarded by method calls / constructor calls.
Support
AtomicUInt
,AtomicULong
, and similar atomic unsigned primitives.The text was updated successfully, but these errors were encountered: