std::stop_token::stop_token
Min standard notice:
Constructs a new stop_token object.
# Declarations
stop_token() noexcept;
(since C++20)
stop_token( const stop_token& other ) noexcept;
(since C++20)
stop_token( stop_token&& other ) noexcept;
(since C++20)
# Parameters
other: another stop_token object to construct this stop_token object with