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
This PR addresses 2 things:
1. Removes conditional duplicated logic if on main thread - context.performAndWait is enough
2. Uses only one background context - Before even if this object was created from background queue it was using parent main context which would block main thread.
0 commit comments