Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dtask.hpp393 auto await_transform(_Awaitable&& __awaitable) noexcept -> decltype(auto) { in await_transform() function
403 auto await_transform(__reschedule_coroutine_on::__wrap<_Scheduler> __box) noexcept in await_transform() function
421 auto await_transform(_Closure&& __closure) noexcept -> decltype(auto) { in await_transform() function
426 auto await_transform(_Awaitable&& __awaitable) noexcept -> decltype(auto) { in await_transform() function
H A Dat_coroutine_exit.hpp230 auto await_transform(_Awaitable&& __awaitable) noexcept -> decltype(auto) { in await_transform() function
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__with_awaitable_senders.hpp126 auto await_transform(_Value&& __val) -> __call_result_t<as_awaitable_t, _Value, _Promise&> { in await_transform() function