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
Alert is different from many device classes in that it’s useful to call from background threads. However, the implementation is not thread safe and is impossible to make thread-safe externally. It should be made internally thread safe to avoid hard-to-debug crashes when using it with multi-threaded code.
The text was updated successfully, but these errors were encountered:
Alert is different from many device classes in that it’s useful to call from background threads. However, the implementation is not thread safe and is impossible to make thread-safe externally. It should be made internally thread safe to avoid hard-to-debug crashes when using it with multi-threaded code.
The text was updated successfully, but these errors were encountered: