Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__env.hpp233 struct get_stop_token_t : __query<get_stop_token_t> struct
235 static constexpr auto query(forwarding_query_t) noexcept -> bool in query()
241 auto operator()(const _Env&) const noexcept -> _Token in operator ()()
248 auto operator()(const _Env& __env) const noexcept in operator ()()
H A D__p2300.hpp88 using get_stop_token_t STDEXEC_STD_DEPRECATED = stdexec::get_stop_token_t; typedef