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

Implementation of notify_last method #6520

Merged
merged 19 commits into from May 27, 2024

Commits on Apr 27, 2024

  1. Implementation of notify_one_lifo method

    A new notify_one_lifo method is implemented for notifying the most recent
    waiter, LIFO, instead of the oldest one, FIFO, which is used by the current
    notify_one method.
    pfreixes committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c3bbef6 View commit details
    Browse the repository at this point in the history
  2. Format code

    pfreixes committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    0fd084f View commit details
    Browse the repository at this point in the history
  3. Typos

    pfreixes committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    f170624 View commit details
    Browse the repository at this point in the history
  4. Typos again

    pfreixes committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    96d3823 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    942539c View commit details
    Browse the repository at this point in the history
  2. Change Notification types

    pfreixes committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ff52e32 View commit details
    Browse the repository at this point in the history
  3. fmt

    pfreixes committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fbcb9a7 View commit details
    Browse the repository at this point in the history
  4. Apply linter feedback

    pfreixes committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a945474 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2024

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

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    pfreixes and Darksonn committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c387ef1 View commit details
    Browse the repository at this point in the history
  2. Update tokio/src/sync/notify.rs

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    pfreixes and Darksonn committed May 12, 2024
    Configuration menu
    Copy the full SHA
    fd474cb View commit details
    Browse the repository at this point in the history
  3. Update tokio/src/util/linked_list.rs

    Co-authored-by: Alice Ryhl <aliceryhl@google.com>
    pfreixes and Darksonn committed May 12, 2024
    Configuration menu
    Copy the full SHA
    1dff2b9 View commit details
    Browse the repository at this point in the history
  4. Fix invalid test

    pfreixes committed May 12, 2024
    Configuration menu
    Copy the full SHA
    f498f7d View commit details
    Browse the repository at this point in the history
  5. Make more clear current code

    pfreixes committed May 12, 2024
    Configuration menu
    Copy the full SHA
    428b8ec View commit details
    Browse the repository at this point in the history
  6. Try to fix documetnation

    pfreixes committed May 12, 2024
    Configuration menu
    Copy the full SHA
    1ad00d2 View commit details
    Browse the repository at this point in the history
  7. Try to fix docs again

    pfreixes committed May 12, 2024
    Configuration menu
    Copy the full SHA
    531ef54 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0ffca2 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Rename new interface name

    pfreixes committed May 27, 2024
    Configuration menu
    Copy the full SHA
    ab3143a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22e279f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc029cb View commit details
    Browse the repository at this point in the history