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

Fix dropping TLS for detached futures #139

Merged
merged 1 commit into from
Mar 7, 2024

Commits on Mar 7, 2024

  1. Fix dropping TLS for detached futures

    When a detached future is being cleaned up after the end of an
    execution, it won't be able to access the current task's storage any
    more. We need to bail out early from the cleanup to avoid a panic.
    jamesbornholt committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    30ba405 View commit details
    Browse the repository at this point in the history