Home
last modified time | relevance | path

Searched refs:_CPO (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__execution_fwd.hpp97 template <__completion_tag _CPO>
119 template <__completion_tag _CPO>
120 extern const get_completion_scheduler_t<_CPO> get_completion_scheduler;
131 template <class _Sender, class _CPO>
133 __callable<get_completion_scheduler_t<_CPO>, env_of_t<const _Sender&>>;
135 template <class _Sender, class _CPO>
137 __call_result_t<get_completion_scheduler_t<_CPO>, env_of_t<const _Sender&>>;
H A D__run_loop.hpp144 template <class _CPO>
145 auto query(get_completion_scheduler_t<_CPO>) const noexcept in query()