We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4c76e commit 6f13930Copy full SHA for 6f13930
rayon-core/src/sleep/README.md
@@ -139,7 +139,7 @@ The full protocol for a thread to fall asleep is as follows:
139
* Checks the JEC to see that it has not changed from `final_value`.
140
* If it has, then the thread goes back to searching for work. We reset to
141
just before we got sleepy, so that we will do one more search
142
- before attending to sleep again (rather than searching for many rounds).
+ before attempting to sleep again (rather than searching for many rounds).
143
* Increments the number of sleeping threads by 1.
144
* The thread then executes a seq-cst fence operation (see below).
145
* The thread then does one final check for injected jobs (see below). If any
0 commit comments