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

Reduce contention in watch channel #5464

Merged
merged 10 commits into from
Feb 17, 2023

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    31b909f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8475b9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e113a96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e71ac43 View commit details
    Browse the repository at this point in the history
  5. rustfmt

    Darksonn committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    44b1f7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4900809 View commit details
    Browse the repository at this point in the history
  7. Remove duplicate new

    Darksonn committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    091ede3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b23cd37 View commit details
    Browse the repository at this point in the history
  9. Fix loom test

    We need the `Notified` future to be created before the first poll.
    Otherwise, we wont catch `notify_waiters` calls between the creation and
    first poll of the future.
    Darksonn committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    534a132 View commit details
    Browse the repository at this point in the history
  10. Fix path to future

    Darksonn committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    56bbe3b View commit details
    Browse the repository at this point in the history