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

rt: unhandled panic config for current thread rt #4518

Closed
wants to merge 5 commits into from

Commits on Feb 18, 2022

  1. rt: unhandled panic config for current thread rt

    Allows the user to configure the runtime's behavior when a spawned task
    panics. Currently, the panic is propagated to the JoinHandle and the
    runtime resumes. This patch lets the user set the runtime to shutdown on
    unhandled panic.
    
    So far, this is only implemented for the current-thread runtime.
    
    Refs: #4516
    carllerche committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    798c971 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. docs + tweaks

    carllerche committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    def9bd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    b2cd498 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Configuration menu
    Copy the full SHA
    c49365d View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Update tokio/src/task/local.rs

    Co-authored-by: Eliza Weisman <eliza@buoyant.io>
    carllerche and hawkw committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1d8f256 View commit details
    Browse the repository at this point in the history