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
Ken Harris edited this page May 29, 2020
·
2 revisions
It's not documented yet, but al WKURLSchemeHandler methods are called on main.
You can call task methods on other threads, but it's not recommended (and there's not really any point, since you need to synchronize with main, anyway, to check the task's current status).