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

TrampolineScheduler & Unsubscribe #1324

Commits on Jun 4, 2014

  1. TrampolineScheduler & Unsubscribe

    Unsubscribing should prevent new additions to a Worker, but not prevent already scheduled work, and definitely not affect other Workers using the same thread (by modifying the ThreadLocal as it was doing).
    
    See the unit test for details of how unsubscribing 1 Worker could prevent work from being done on a completely separate Worker.
    benjchristensen committed Jun 4, 2014
    Configuration menu
    Copy the full SHA
    7058a76 View commit details
    Browse the repository at this point in the history