-
-
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
sync: make notify_waiters
calls atomic
#5458
Merged
Merged
Commits on Feb 15, 2023
-
previous iterations of atomic
notify_waiters
fix features CI and wasi CI replace brittle test with a loom test format feature list fix a bug in counter increment 💀 fix a bug storing an old counter value add loom test to check poll consistency fix a typo add loom test for polling between batches add polling consistency between batches remove magic constant add test variant with different poll order test atomicity when used with notify_one take atomically entire list in `notify_waiters` fix clippy errors with potential ub decouple the list only if with multiple batches add test for linked list iter apply review suggestions
Configuration menu - View commit details
-
Copy full SHA for c449271 - Browse repository at this point
Copy the full SHA c449271View commit details -
Configuration menu - View commit details
-
Copy full SHA for 055541f - Browse repository at this point
Copy the full SHA 055541fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b41a2 - Browse repository at this point
Copy the full SHA 02b41a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 164453e - Browse repository at this point
Copy the full SHA 164453eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d7d579 - Browse repository at this point
Copy the full SHA 6d7d579View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c9147 - Browse repository at this point
Copy the full SHA b7c9147View commit details
Commits on Feb 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 869a653 - Browse repository at this point
Copy the full SHA 869a653View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c5abf - Browse repository at this point
Copy the full SHA d6c5abfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf68ecc - Browse repository at this point
Copy the full SHA cf68eccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43886ae - Browse repository at this point
Copy the full SHA 43886aeView 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.