|
Async++ unknown
Async (co_await/co_return) code for C++
|
This is the complete list of members for asyncpp::defer< TDispatcher >, including all inherited members.
| await_ready() const noexcept | asyncpp::defer< TDispatcher > | inline |
| await_resume() const noexcept | asyncpp::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) noexcept | asyncpp::defer< TDispatcher > | inlineexplicit |
| defer(TDispatcher &target) noexcept | asyncpp::defer< TDispatcher > | inlineexplicit |
| target_dispatcher | asyncpp::defer< TDispatcher > |