Skip to content

Commit d58eaca

Browse files
committed
fix reference to P2175R0
1 parent e8d082d commit d58eaca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

std_execution.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ relieve the user from having to deal with low-level details of cancellation.
10151015
### Cancellation design summary ###
10161016

10171017
The design of cancellation described in this paper is built on top of and extends the `std::stop_token`-based
1018-
cancellation facilities added in C++20, first proposed in [P2175R0](https://wg21.link/P2175R0).
1018+
cancellation facilities added in C++20, first proposed in [[P2175R0]].
10191019

10201020
At a high-level, the facilities proposed by this paper for supporting cancellation include:
10211021
* Add `std::stoppable_token` and `std::stoppable_token_for` concepts that generalise the interface of `std::stop_token` type to allow other types with different implementation strategies.
@@ -1086,7 +1086,7 @@ For an example of an implementation strategy for solving these data-races see th
10861086
### Cancellation design status ###
10871087

10881088
This paper currently includes the design for cancellation as proposed in
1089-
[P2175R0](https://wg21.link/P2175R0) - "Composable cancellation for sender-based async operations".
1089+
[[P2175R0]] - "Composable cancellation for sender-based async operations".
10901090
P2175R0 contains more details on the background motivation and prior-art and design rationale of this design.
10911091

10921092
It is important to note, however, that initial review of this design in the SG1 concurrency subgroup raised some concerns

0 commit comments

Comments
 (0)