Skip to content

Dispatch Threads #18

Description

@ZeroMemes

Currently, all dispatches are immediate, and run on the same thread calling post. Some applications may have reason to defer the processing of events to a "main thread" or some other arbitrary queue.

An implementation of this should probably focus on per-Listener dispatch, since deferring all posted events can already easily be done by extending EventManager.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions