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

IO: tie lifetime of handle field to container #43218

Merged
merged 1 commit into from
Jan 24, 2022
Merged

Commits on Nov 25, 2021

  1. IO: tie lifetime of handle field to container

    Rather than freeing this memory as soon as possible, ensure that the
    lifetime of the handle is always >= the container object. This lets us
    examine some (limited) aspects of the handle without holding a lock.
    
    And we also examine and fix numerous other thread-safety and
    synchronization bugs too.
    vtjnash committed Nov 25, 2021
    Configuration menu
    Copy the full SHA
    82741d6 View commit details
    Browse the repository at this point in the history