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

task: add AbortHandle type for cancelling tasks in a JoinSet #4530

Merged
merged 10 commits into from
Feb 24, 2022

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    8992cdc View commit details
    Browse the repository at this point in the history
  2. rt: add abort handle to task combination tests

    Signed-off-by: Eliza Weisman <[email protected]>
    hawkw committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    48dbc38 View commit details
    Browse the repository at this point in the history
  3. rt: make AbortHandle::abort consume self

    Signed-off-by: Eliza Weisman <[email protected]>
    hawkw committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    f18bb86 View commit details
    Browse the repository at this point in the history
  4. rt: expose JoinHandle with tokio-unstable

    Signed-off-by: Eliza Weisman <[email protected]>
    hawkw committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    87fe715 View commit details
    Browse the repository at this point in the history
  5. task: add AbortHandle to JoinSet

    Signed-off-by: Eliza Weisman <[email protected]>
    hawkw committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    2a61f48 View commit details
    Browse the repository at this point in the history
  6. fix missing tokio_unstable docs

    Signed-off-by: Eliza Weisman <[email protected]>
    hawkw committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    87d4ed0 View commit details
    Browse the repository at this point in the history
  7. fix wasm tests i guess

    Signed-off-by: Eliza Weisman <[email protected]>
    hawkw committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    107f78c View commit details
    Browse the repository at this point in the history
  8. +rustfmt

    Signed-off-by: Eliza Weisman <[email protected]>
    hawkw committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    9dac5b6 View commit details
    Browse the repository at this point in the history
  9. Update tokio/src/runtime/task/join.rs

    Co-authored-by: Alice Ryhl <[email protected]>
    hawkw and Darksonn committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    b6dd2fd View commit details
    Browse the repository at this point in the history
  10. cleanup feature flags, add abort module

    Signed-off-by: Eliza Weisman <[email protected]>
    hawkw committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    d77c9be View commit details
    Browse the repository at this point in the history