std::nostopstate,std::nostopstate_t
来自 cppreference.com
< cpp | thread | stop source
在头文件 <stop_token> 中定义 |
||
struct nostopstate_t { explicit nostopstate_t() = default; }; |
(1) | (自 C++20 起) |
inline constexpr std::nostopstate_t nostopstate {}; |
(2) | (自 C++20 起) |
[edit] 另请参阅
(C++20) |
表示请求停止一个或多个 std::jthread 的类 (class) |