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

Set the dispatch queue explicitly #20

Merged
merged 4 commits into from
Dec 7, 2015
Merged

Commits on Dec 5, 2015

  1. Implemented the dispatchOnQueue method for the SignalListener class. …

    …It specifies a queue to dispatch the signal fire to the listener. Added unit tests.
    sgl0v committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    6dbb2d7 View commit details
    Browse the repository at this point in the history
  2. Updated the readme file.

    sgl0v committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    e5e381e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2015

  1. Configuration menu
    Copy the full SHA
    450cec2 View commit details
    Browse the repository at this point in the history
  2. Increased the timeout from 0.05s to 0.2s in the testListeningOnDispat…

    …chQueue and testUsesCurrentQueueByDefault tests.
    sgl0v committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    c466598 View commit details
    Browse the repository at this point in the history