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 1390
1390
[[nodiscard]] id get_id() const noexcept;
1391
1391
[[nodiscard]] native_handle_type native_handle(); // see~\ref {thread.req.native }
1392
1392
1393
- // \ref {thread.jthread.mem }, stop token handling
1393
+ // \ref {thread.jthread.stop }, stop token handling
1394
1394
[[nodiscard]] stop_source get_stop_source() noexcept;
1395
1395
[[nodiscard]] stop_token get_stop_token() const noexcept;
1396
1396
bool request_stop() noexcept;
1663
1663
1664
1664
\indexlibrarymember {get_stop_source}{jthread}%
1665
1665
\begin {itemdecl }
1666
- [[nodiscard]] stop_source get_stop_source() noexcept
1666
+ [[nodiscard]] stop_source get_stop_source() noexcept;
1667
1667
\end {itemdecl }
1668
1668
1669
1669
\begin {itemdescr }
1673
1673
1674
1674
\indexlibrarymember {get_stop_token}{jthread}%
1675
1675
\begin {itemdecl }
1676
- [[nodiscard]] stop_token get_stop_token() const noexcept
1676
+ [[nodiscard]] stop_token get_stop_token() const noexcept;
1677
1677
\end {itemdecl }
1678
1678
1679
1679
\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments