-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Commits on Apr 27, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for c3bbef6 - Browse repository at this point
Copy the full SHA c3bbef6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fd084f - Browse repository at this point
Copy the full SHA 0fd084fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f170624 - Browse repository at this point
Copy the full SHA f170624View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96d3823 - Browse repository at this point
Copy the full SHA 96d3823View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 942539c - Browse repository at this point
Copy the full SHA 942539cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ff52e32 - Browse repository at this point
Copy the full SHA ff52e32View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbcb9a7 - Browse repository at this point
Copy the full SHA fbcb9a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a945474 - Browse repository at this point
Copy the full SHA a945474View commit details
Commits on May 12, 2024
-
Update tokio/src/sync/notify.rs
Co-authored-by: Alice Ryhl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c387ef1 - Browse repository at this point
Copy the full SHA c387ef1View commit details -
Update tokio/src/sync/notify.rs
Co-authored-by: Alice Ryhl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd474cb - Browse repository at this point
Copy the full SHA fd474cbView commit details -
Update tokio/src/util/linked_list.rs
Co-authored-by: Alice Ryhl <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1dff2b9 - Browse repository at this point
Copy the full SHA 1dff2b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f498f7d - Browse repository at this point
Copy the full SHA f498f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 428b8ec - Browse repository at this point
Copy the full SHA 428b8ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad00d2 - Browse repository at this point
Copy the full SHA 1ad00d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 531ef54 - Browse repository at this point
Copy the full SHA 531ef54View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ffca2 - Browse repository at this point
Copy the full SHA c0ffca2View commit details
Commits on May 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab3143a - Browse repository at this point
Copy the full SHA ab3143aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22e279f - Browse repository at this point
Copy the full SHA 22e279fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc029cb - Browse repository at this point
Copy the full SHA fc029cbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.