Skip to content

Commit 6f13930

Browse files
Bilogweb3cuviper
authored andcommitted
Update README.md
(cherry picked from commit 95eed8b)
1 parent ec4c76e commit 6f13930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rayon-core/src/sleep/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The full protocol for a thread to fall asleep is as follows:
139139
* Checks the JEC to see that it has not changed from `final_value`.
140140
* If it has, then the thread goes back to searching for work. We reset to
141141
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).
142+
before attempting to sleep again (rather than searching for many rounds).
143143
* Increments the number of sleeping threads by 1.
144144
* The thread then executes a seq-cst fence operation (see below).
145145
* The thread then does one final check for injected jobs (see below). If any

0 commit comments

Comments
 (0)