tmandry/Swindler

Configurable dispatch queue for event handlers

tmandry opened this issue · 0 comments

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.