|
class | dpp::coroutine |
| Base type for a coroutine, starts on co_await. More...
|
|
class | dpp::detail::coroutine::coroutine_base< R > |
| Base class of dpp::coroutine<R>. More...
|
|
struct | dpp::coroutine_dummy |
|
struct | dpp::detail::std_coroutine::coroutine_traits< dpp::coroutine< R >, Args... > |
| Specialization of std::coroutine_traits, helps the standard library figure out a promise type from a coroutine function. More...
|
|
struct | dpp::detail::coroutine::final_awaiter< R > |
| Struct returned by a coroutine's final_suspend, resumes the continuation. More...
|
|
struct | dpp::detail::coroutine::final_awaiter< R > |
| Struct returned by a coroutine's final_suspend, resumes the continuation. More...
|
|
struct | dpp::detail::coroutine::promise_t< R > |
| Promise type for coroutine. More...
|
|
struct | dpp::detail::coroutine::promise_t< R > |
| Promise type for coroutine. More...
|
|
struct | dpp::detail::coroutine::promise_t< void > |
| Struct returned by a coroutine's final_suspend, resumes the continuation. More...
|
|