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

Forward route completion handler #91

Merged
merged 2 commits into from
Mar 31, 2016
Merged

Commits on Feb 19, 2015

  1. Instead of storing the completion handler, we forward it instead. Als…

    …o, trampoline to main thread only if needed.
    
    There is a chance of race condition happening. For example, in rare case when you receive 2 successive handle URL calls all within the current run loop frame, The first completion handler will be overridden and never be called.
    lxcid committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    b7c9f54 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. update PR#31

    Wes Smith committed Mar 31, 2016
    Configuration menu
    Copy the full SHA
    4e2aec9 View commit details
    Browse the repository at this point in the history