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::watch: Use Acquire/Release memory ordering instead of SeqCst #6018

Merged
merged 11 commits into from Sep 24, 2023

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    9f1723b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5daae7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb38b90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8dcfb56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccbe55c View commit details
    Browse the repository at this point in the history
  6. Fix formatting

    uklotzde committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    64f1e23 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Update tokio/src/sync/watch.rs

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    uklotzde and Darksonn committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    c0b73f0 View commit details
    Browse the repository at this point in the history
  2. Simplify function name

    uklotzde committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    2f3830d View commit details
    Browse the repository at this point in the history
  3. Fix comment

    uklotzde committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ee45f07 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Revert wildcard import

    uklotzde committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    6339961 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of git@github.com:tokio-rs/tokio.git into sync-…

    …watch-acquire-release-state
    uklotzde committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    28a0269 View commit details
    Browse the repository at this point in the history