Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dexecution.hpp5304 struct on_t struct
5306 using _Sender = __1;
5307 using _Scheduler = __0;
5308 using __legacy_customizations_t =
5312 auto operator()(_Scheduler&& __sched, _Sender&& __sndr) const in operator ()()
5323 static auto __transform_env_fn(_Env&& __env) noexcept in __transform_env_fn()
5338 static auto transform_sender(_Sender&& __sndr, const _Env&) in transform_sender()
6258 struct on_t : __no_scheduler_in_environment struct
6261 auto operator()(_Scheduler&& __sched, _Sender&& __sndr) const in operator ()()
6273 static auto __transform_env_fn(_Env&& __env) noexcept in __transform_env_fn()
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__p2300.hpp253 using on_t STDEXEC_STD_DEPRECATED = stdexec::on_t; typedef