Skip to content

Configurable dispatch queue for event handlers #46

@tmandry

Description

@tmandry

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions