

Classes | |
| struct | dpp::detail::std_coroutine::coroutine_traits< dpp::job, Args... > |
| Specialization of std::coroutine_traits, helps the standard library figure out a promise type from a coroutine function. More... | |
| class | dpp::job |
| Extremely light coroutine object designed to send off a coroutine to execute on its own. Can be used in conjunction with coroutine events via event routers, or on its own. More... | |
| struct | dpp::job_dummy |
| struct | dpp::detail::job::promise< Args > |
| Coroutine promise type for a job. More... | |
Namespaces | |
| dpp | |
| The main namespace for D++ functions. | |
| dpp::detail | |
| Implementation details for internal use only. | |
| dpp::detail::job | |