Async++ unknown
Async (co_await/co_return) code for C++
Loading...
Searching...
No Matches
asyncpp::defer< TDispatcher > Member List

This is the complete list of members for asyncpp::defer< TDispatcher >, including all inherited members.

await_ready() const noexceptasyncpp::defer< TDispatcher >inline
await_resume() const noexceptasyncpp::defer< TDispatcher >inline
await_suspend(coroutine_handle<> hndl) const noexcept(noexcept(target_dispatcher->push(std::declval< std::function< void()> >())))asyncpp::defer< TDispatcher >inline
defer(TDispatcher *target) noexceptasyncpp::defer< TDispatcher >inlineexplicit
defer(TDispatcher &target) noexceptasyncpp::defer< TDispatcher >inlineexplicit
target_dispatcherasyncpp::defer< TDispatcher >