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 5da53db commit cc191e4Copy full SHA for cc191e4
docs/affinity.md
@@ -76,11 +76,11 @@ a better design than was previously documented:
76
<li>
77
The work needs to be resumed on the correct scheduler even when
78
the work is stopped, i.e., the scheduling operation shall be
79
- `connect`ed to a receiver whose environment's `get_stop_token`
+ `connect`ed to a receiver whose environment's `get_stop_token`
80
query yields an `unstoppable_token`. In addition, the
81
schedule operation shall not have a `set_stopped_t()` completion
82
signature if the environment's `get_stop_token` query yields
83
an `unstoppable_token`. This requirement should also be checked
84
statically.
85
</li>
86
-</ol>
+</ol>
0 commit comments