Home
last modified time | relevance | path

Searched defs:never_stop_token (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__stop_token.hpp57 struct never_stop_token { struct
59 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()
H A D__p2300.hpp70 using never_stop_token STDEXEC_STD_DEPRECATED = stdexec::never_stop_token; typedef