Enhance documentation on wake call memory ordering#154401
Enhance documentation on wake call memory ordering#154401xmh0511 wants to merge 5 commits intorust-lang:mainfrom
Conversation
Add documentation about memory ordering requirements for wake calls.
|
rustbot has assigned @Mark-Simulacrum. Use Why was this reviewer chosen?The reviewer was selected based on:
|
This comment has been minimized.
This comment has been minimized.
|
Reminder, once the PR becomes ready for a review, use |
|
In general I would say that this documentation makes more sense on the I would also relax the wording a bit. You use the word 'runtime must' and so on, but I think it would be useful to instead phrase it along the lines of 'to avoid missed wakeups, the runtime must' or similar to make it clear what the consequences of getting it wrong are. |
Clarify wake behavior in documentation regarding missed wakeups.
Clarify wakeup requirements for the executor in documentation.
This comment has been minimized.
This comment has been minimized.
|
The job Click to see the possible cause of the failure (guessed by this bot) |
View all comments
Add documentation about memory ordering requirements for wake calls. Try to fix #128920