D++ (DPP)  10.0.30
C++ Discord API Bot Library
job.h File Reference
#include <dpp/utility.h>
#include "coro.h"
#include <type_traits>
#include <utility>
Include dependency graph for job.h:
This graph shows which files directly or indirectly include this file:

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