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/
H A Dstop_token.hpp90 struct never_stop_token struct
93 struct __callback_type
100 using callback_type = __callback_type;
102 static constexpr auto stop_requested() noexcept -> bool in stop_requested()
107 static constexpr auto stop_possible() noexcept -> bool in stop_possible()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__p2300.hpp70 using never_stop_token STDEXEC_STD_DEPRECATED = stdexec::never_stop_token; typedef