Home
last modified time | relevance | path

Searched refs:never_stop_token (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dstop_token.hpp90 struct never_stop_token struct
95 explicit __callback_type(never_stop_token, auto&&) noexcept {} in __callback_type()
112 auto operator==(const never_stop_token&) const noexcept -> bool = default;
H A Dany_sender_of.hpp861 get_stop_token_t (*)(never_stop_token (*)() noexcept)) -> __mbool<true>;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__p2300.hpp70 using never_stop_token STDEXEC_STD_DEPRECATED = stdexec::never_stop_token; typedef
H A D__execution_fwd.hpp122 struct never_stop_token;
H A D__env.hpp240 template <class _Env, class _Token = never_stop_token>