Skip to content

Commit 4b0eb02

Browse files
committed
Merge branch 'edits-from-tokyo-lwg'
2 parents cbce4f0 + 6d891d1 commit 4b0eb02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

execution.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4266,7 +4266,7 @@ Header `<stop_token>` synopsis <b>[thread.stoptoken.syn]</b> and Class
42664266
</pre>
42674267

42684268
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
42704270
`Initializer`; and let `CB` denote the type `stop_callback_for_t<Token,
42714271
Callback>`.
42724272

@@ -4328,7 +4328,7 @@ Header `<stop_token>` synopsis <b>[thread.stoptoken.syn]</b> and Class
43284328
deregistration shall have no effect.
43294329

43304330
2. Otherwise, the invocation of <i>`callback`</i> shall be removed from
4331-
the shared stop state.
4331+
the associated stop state.
43324332

43334333
3. If <i>`callback`</i> is currently being invoked on another thread
43344334
then the stoppable callback deregistration shall block
@@ -4343,7 +4343,7 @@ Header `<stop_token>` synopsis <b>[thread.stoptoken.syn]</b> and Class
43434343

43444344
5. A stoppable callback deregistration shall not block on the completion
43454345
of the invocation of some other callback registered with the same
4346-
shared stop state.
4346+
logical stop state.
43474347

43484348
6. As a final step, the stoppable callback deregistration shall destroy
43494349
the callback function.

0 commit comments

Comments
 (0)