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

sync: reduce contention in Notify #5503

Merged
merged 7 commits into from
Apr 19, 2023
Merged

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    3dd57d0 View commit details
    Browse the repository at this point in the history
  2. fix clippy warnings

    satakuma committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    b2d7e54 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    b3497fc View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. apply review suggestions

    * use wrapper type for the atomic notification field
    * fix safety commments
    * document the fact that the notification field is used
      to protect `waker` field
    satakuma committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    265daeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b79dca View commit details
    Browse the repository at this point in the history
  3. improve comments

    satakuma committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    22c392f View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. improve comment

    satakuma committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5b82c50 View commit details
    Browse the repository at this point in the history