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
So we aren't clogging up the main thread with our event handlers.
Do we want to support queues with multiple threads? If so I'll have to spend some time thinking about proper synchronization here, because I'm not 100% sure if the window and application delegate code is thread-safe. Properties definitely are, though.
So we aren't clogging up the main thread with our event handlers.
Do we want to support queues with multiple threads? If so I'll have to spend some time thinking about proper synchronization here, because I'm not 100% sure if the window and application delegate code is thread-safe. Properties definitely are, though.
See also discussion in #44.
The text was updated successfully, but these errors were encountered: