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

Prevent a deadlock when destroying resources #5216

Merged
merged 4 commits into from
Feb 7, 2024

Commits on Feb 7, 2024

  1. Prevent a deadlock when destroying resources

    It's risky to get write access through the snatchlock from a drop implementation since the snatch lock is typically held for large scopes. This commit makes it so we deffer snatching some resources to when the device is polled and we know the snatch lock is not held.
    nical committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    43ae176 View commit details
    Browse the repository at this point in the history
  2. typo

    nical committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    71255e0 View commit details
    Browse the repository at this point in the history
  3. fixup

    nical committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    5fcce0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    870645d View commit details
    Browse the repository at this point in the history