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

Change cancellation test to not depend on how AwaitTask works #7467

Merged
merged 2 commits into from
Sep 27, 2019

Commits on Aug 29, 2019

  1. Change cancellation test to not depend on how AwaitTask works

    This test is to check that when an Async is started as a Task (via
    StartAsTask) that when cancelled the Task isn't immediately marked as
    cancelled but instead waits for the underlying Async to finish (normally
    via cancellation)
    Frassle committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    c322b87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75500f1 View commit details
    Browse the repository at this point in the history