-
Notifications
You must be signed in to change notification settings - Fork 46
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
v1.9.0 #98
v1.9.0 #98
Conversation
I haven't seen the relevant code yet, but I think notifications are usually preferable to having SeqCst semantics, does this change that semantics?
|
The actual notification data structure (the
In addition, cc @james7132, this is your change, you might have a better mental model of what's happening here. |
The way that I saw it was that it was more acting as an early-out in the case there are multiple notifications going off while a notified thread isn't fully awake yet. In that case, the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the clarification!
ba6d340
to
9849082
Compare
Given the new changes on |
9849082
to
d1538ae
Compare
async-task
to v4.4.0. (minimum supported async-task version is 4.4.0 #90)