File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4266,7 +4266,7 @@ Header `<stop_token>` synopsis <b>[thread.stoptoken.syn]</b> and Class
4266
4266
</pre>
4267
4267
4268
4268
2. Let `t` and `u` be distinct, valid objects of type `Token` that reference the
4269
- same logical shared stop state; let `init` be an object of type
4269
+ same logical stop state; let `init` be an object of type
4270
4270
`Initializer`; and let `CB` denote the type `stop_callback_for_t<Token,
4271
4271
Callback>`.
4272
4272
@@ -4328,7 +4328,7 @@ Header `<stop_token>` synopsis <b>[thread.stoptoken.syn]</b> and Class
4328
4328
deregistration shall have no effect.
4329
4329
4330
4330
2. Otherwise, the invocation of <i> `callback`</i> shall be removed from
4331
- the shared stop state.
4331
+ the associated stop state.
4332
4332
4333
4333
3. If <i> `callback`</i> is currently being invoked on another thread
4334
4334
then the stoppable callback deregistration shall block
@@ -4343,7 +4343,7 @@ Header `<stop_token>` synopsis <b>[thread.stoptoken.syn]</b> and Class
4343
4343
4344
4344
5. A stoppable callback deregistration shall not block on the completion
4345
4345
of the invocation of some other callback registered with the same
4346
- shared stop state.
4346
+ logical stop state.
4347
4347
4348
4348
6. As a final step, the stoppable callback deregistration shall destroy
4349
4349
the callback function.
You can’t perform that action at this time.
0 commit comments