Home
last modified time | relevance | path

Searched refs:get_stop_token_t (Results 1 – 8 of 8) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__execution_fwd.hpp96 struct get_stop_token_t;
109 using __queries::get_stop_token_t;
118 extern const get_stop_token_t get_stop_token;
129 using stop_token_of_t = __decay_t<__call_result_t<get_stop_token_t, _Tp>>;
H A D__env.hpp233 struct get_stop_token_t : __query<get_stop_token_t> struct
247 requires tag_invocable<get_stop_token_t, const _Env&>
249 -> tag_invoke_result_t<get_stop_token_t, const _Env&> in operator ()()
251 static_assert(nothrow_tag_invocable<get_stop_token_t, const _Env&>); in operator ()()
254 __decay_t<tag_invoke_result_t<get_stop_token_t, const _Env&>>>); in operator ()()
255 return tag_invoke(get_stop_token_t{}, __env); in operator ()()
258 template <class _Tag = get_stop_token_t>
367 using __queries::get_stop_token_t;
380 inline constexpr get_stop_token_t get_stop_token{};
H A D__p2300.hpp88 using get_stop_token_t STDEXEC_STD_DEPRECATED = stdexec::get_stop_token_t; typedef
96 inline constexpr stdexec::get_stop_token_t get_stop_token{};
H A D__read_env.hpp162 inline auto get_stop_token_t::operator()() const noexcept in operator ()()
H A D__shared.hpp63 __env::__join_t<prop<get_stop_token_t, inplace_stop_token>,
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp736 } -> same_as<get_stop_token_t>;
810 auto query(get_stop_token_t) const noexcept -> inplace_stop_token in query()
861 get_stop_token_t (*)(never_stop_token (*)() noexcept)) -> __mbool<true>;
1001 __env::__join_t<prop<get_stop_token_t, inplace_stop_token>, _Env>;
H A Dasync_scope.hpp52 make_env_t<_BaseEnv, prop<get_stop_token_t, inplace_stop_token>>;
800 auto query(get_stop_token_t) const noexcept -> inplace_stop_token in query()
H A Dtask.hpp142 auto query(get_stop_token_t) const noexcept -> inplace_stop_token in query()