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: implement watch::Receiver::wait_for method #5611

Merged
merged 33 commits into from
Apr 24, 2023

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    e7f8366 View commit details
    Browse the repository at this point in the history
  2. fixup! lint

    debadree25 committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    32de794 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. fixup! doc

    debadree25 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    79a7f1a View commit details
    Browse the repository at this point in the history
  2. fixup! lint again

    debadree25 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    899c11a View commit details
    Browse the repository at this point in the history
  3. fixup! add a test

    debadree25 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    e0e5157 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    778017c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de91fc4 View commit details
    Browse the repository at this point in the history
  3. fixup! lint

    debadree25 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    f8e0810 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15b0ee5 View commit details
    Browse the repository at this point in the history
  5. fixup! simplify the closure

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    debadree25 and Darksonn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    539a17b View commit details
    Browse the repository at this point in the history
  6. fixup! lint

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    debadree25 and Darksonn committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    3e8f268 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6424dd1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    add1152 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    46196fb View commit details
    Browse the repository at this point in the history
  10. fixup! lint

    debadree25 committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    1287301 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

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

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    a8793fa View commit details
    Browse the repository at this point in the history
  2. fixup! update docs

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    debadree25 and Darksonn committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    ba8db72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7d7adc View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    16f5277 View commit details
    Browse the repository at this point in the history
  2. fixup! use Ref

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    debadree25 and Darksonn committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    2bece23 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f5f3e0 View commit details
    Browse the repository at this point in the history
  4. fixup! clippy fix

    debadree25 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b76576e View commit details
    Browse the repository at this point in the history
  5. fixup! clippy again

    debadree25 committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    59e7074 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Configuration menu
    Copy the full SHA
    ca2d2bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09652f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. Configuration menu
    Copy the full SHA
    e4472d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e5f4fe View commit details
    Browse the repository at this point in the history
  3. fixup! lint and clippy

    debadree25 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    fd15eea View commit details
    Browse the repository at this point in the history
  4. fixup! lint again

    debadree25 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    39f1cbe View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Update tokio/src/sync/tests/loom_watch.rs

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    debadree25 and Darksonn committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    1f38f3f View commit details
    Browse the repository at this point in the history
  2. fixup! add another test

    debadree25 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3d1077f View commit details
    Browse the repository at this point in the history
  3. fixup! lint

    debadree25 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9157bbc View commit details
    Browse the repository at this point in the history