Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp595 struct __future_state : __future_state_base<__future_completions_t<_Sender, _Env>, _Env> { struct
596 using _Completions = __future_completions_t<_Sender, _Env>;
598 __future_state(connect_t, _Sender&& __sndr, _Env __env, const __impl* __scope) in __future_state() argument
603 __future_state(_Sender __sndr, _Env __env, const __impl* __scope) in __future_state() function
616 STDEXEC_ATTRIBUTE(no_unique_address) in STDEXEC_ATTRIBUTE()