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 Dec 15, 2017
·
2 revisions
Always post your notifications from the main thread. You can post them from any thread, but they'll be dispatched on that thread, and most of AppKit can't do useful work on other threads. You just don't want to get into that mess. Post notifications on main.