Searched defs:never_stop_token (Results 1 – 2 of 2) sorted by relevance
57 struct never_stop_token { struct59 struct __callback_type {65 using callback_type = __callback_type;67 static constexpr auto stop_requested() noexcept -> bool { in stop_requested()71 static constexpr auto stop_possible() noexcept -> bool { in stop_possible()
70 using never_stop_token STDEXEC_STD_DEPRECATED = stdexec::never_stop_token; typedef