Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support off main thread #56

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Support off main thread #56

wants to merge 6 commits into from

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    5110eac View commit details
    Browse the repository at this point in the history
  2. Dispatch event handlers async on PromiseKit queue in tests

    This will respect any altnerative queue configured by the user, even in
    tests.
    
    It doesn't seem like any tests depended on them being dispatched
    synchronously (they shouldn't).
    tmandry committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    93f7b19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4627d85 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Support using Swindler operations off main queue

    This is NOT thread-safety. You can only access Swindler objects on the
    queue dedicated to Swindler.
    tmandry committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    3964fe7 View commit details
    Browse the repository at this point in the history
  2. wip: Test with non-main queue

    tmandry committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    e7d368a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a5c220 View commit details
    Browse the repository at this point in the history