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
chore: dispatchAsyncOnMainQueue to dispatchAsyncOnMainQueueIfNotMainThread (#6132)
* fix: Always execute async even if called from main thread
* Update changelog
* Update changelog number
* Rename old method to `dispatchAsyncOnMainQueueIfNotMainThread` to reflect the behavior
* delete `DispatchAsyncOnMainQueue`
* Fix tests
0 commit comments