std::never_stop_token
Min standard notice:
Header: <stop_token>
The never_stop_token class models unstoppable_token that provides static information that a stop is never possible nor requested. It is the default stop token type returned by std::get_stop_token if no other associated stop token is being provided in the queryable object.
# Declarations
class never_stop_token;
(since C++26)
# Example
This section is incompleteReason: no example