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

Don't take the tail lock when dropping broadcast channel's Recv future #6298

Merged
merged 9 commits into from
Jan 27, 2024

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    e20cc40 View commit details
    Browse the repository at this point in the history
  2. Make waiter.queued atomic

    vnetserg committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    55b4d15 View commit details
    Browse the repository at this point in the history
  3. Add comments

    vnetserg committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    e9a94f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    000488f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8467890 View commit details
    Browse the repository at this point in the history
  6. Replace swap with load+store

    vnetserg committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    a7fc0bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be6b4bc View commit details
    Browse the repository at this point in the history
  8. Use load instead of get_mut

    vnetserg committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    f93c704 View commit details
    Browse the repository at this point in the history
  9. Fix a typo

    vnetserg committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    c86619e View commit details
    Browse the repository at this point in the history