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

Clean up task sources and make all tasks cancellable #12404

Merged
merged 4 commits into from Jul 13, 2016

Commits on Jul 12, 2016

  1. Add event runnables

    Make tasks a wrapper over runnables
    cbrewster committed Jul 12, 2016

Commits on Jul 13, 2016

  1. Make all task source runnables cancellable

    Implement all Runnable methods on CancellableRunnable to redirect to their inner runnable
    cbrewster committed Jul 13, 2016
  2. Enable change_parentage test

    cbrewster committed Jul 13, 2016
You can’t perform that action at this time.