From Jason Turner

[thread.jthread.stop]

Diff to HTML by rtfpessoa

tmp/tmpmvf4rplq/{from.md → to.md} RENAMED
@@ -1,15 +1,15 @@
1
  #### Stop token handling <a id="thread.jthread.stop">[[thread.jthread.stop]]</a>
2
 
3
  ``` cpp
4
- [[nodiscard]] stop_source get_stop_source() noexcept;
5
  ```
6
 
7
  *Effects:* Equivalent to: `return ssource;`
8
 
9
  ``` cpp
10
- [[nodiscard]] stop_token get_stop_token() const noexcept;
11
  ```
12
 
13
  *Effects:* Equivalent to: `return ssource.get_token();`
14
 
15
  ``` cpp
 
1
  #### Stop token handling <a id="thread.jthread.stop">[[thread.jthread.stop]]</a>
2
 
3
  ``` cpp
4
+ stop_source get_stop_source() noexcept;
5
  ```
6
 
7
  *Effects:* Equivalent to: `return ssource;`
8
 
9
  ``` cpp
10
+ stop_token get_stop_token() const noexcept;
11
  ```
12
 
13
  *Effects:* Equivalent to: `return ssource.get_token();`
14
 
15
  ``` cpp