Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__connect_awaitable.hpp147 struct __connect_awaitable_t { struct
150 static auto __co_call(_Fun __fun, _Ts&&... __as) noexcept { in __co_call()
179 static auto __co_impl(_Awaitable __awaitable, _Receiver __rcvr) -> __operation_t<_Receiver> { in __co_impl()
201 using __completions_t =
213 operator()(_Awaitable&& __awaitable, _Receiver __rcvr) const -> __operation_t<_Receiver> { in operator ()()