Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__let.hpp464 struct __let_impl : __sexpr_defaults { struct
470 using _Sched = __completion_sched<_Child, _Set>;
471 using _Domain2 = __result_domain_t<_Set, _Child, _Fun, _Sched>;
491 using _Fun = __data_of<_Sender>;
492 using _Child = __child_of<_Sender>;
493 using _Sched = __decay_t<__completion_sched<_Child, _Set>>;
494 using __mk_let_state = __mbind_front_q<__let_state, _Receiver, _Fun, _Set, _Sched>;
496 using __let_state_t = __gather_completions_of<
517 static void __bind_(_State& __state, _OpState& __op_state, _As&&... __as) { in __bind_()
532 static void __bind(_OpState& __op_state, _As&&... __as) noexcept { in __bind()
[all …]