Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp179 struct __default_awaiter_context struct
182 explicit __default_awaiter_context( in __default_awaiter_context() function
193 struct __default_awaiter_context<_ParentPromise> struct
195 using __stop_token_t = stop_token_of_t<env_of_t<_ParentPromise>>;
196 using __stop_callback_t =
200 explicit __default_awaiter_context( in __default_awaiter_context() argument
216 inplace_stop_source __stop_source_{};
217 __stop_callback_t __stop_callback_;
225 struct __default_awaiter_context<_ParentPromise> struct
228 explicit __default_awaiter_context( in __default_awaiter_context() argument
[all …]