D++ (DPP)
C++ Discord API Bot Library
dpp::detail::task Namespace Reference

Classes

struct  final_awaiter
 The object automatically co_await-ed at the end of a task. Ensures nested coroutine chains are resolved, and the promise_t cleans up if it needs to. More...
 
struct  promise_base
 Base implementation of task::promise_t, without the logic that would depend on the return type. Meant to be inherited from. More...
 
struct  promise_t
 A task's promise_t type, with special logic for handling nested tasks. More...
 
struct  promise_t< void >
 Implementation of task::promise_t for void return type. More...
 

Typedefs

template<typename R >
using handle_t = std_coroutine::coroutine_handle< promise_t< R > >
 Alias for <a href="https://en.cppreference.com/w/cpp/coroutine/coroutine_handle"std::coroutine_handle for a task's promise_t. More...
 

Typedef Documentation

◆ handle_t

template<typename R >
using dpp::detail::task::handle_t = typedef std_coroutine::coroutine_handle<promise_t<R> >

Alias for <a href="https://en.cppreference.com/w/cpp/coroutine/coroutine_handle"std::coroutine_handle for a task's promise_t.

Template Parameters
RReturn type of the task
D++ Library version 9.0.13D++ Library version 9.0.12D++ Library version 9.0.11D++ Library version 9.0.10D++ Library version 9.0.9D++ Library version 9.0.8D++ Library version 9.0.7D++ Library version 9.0.6D++ Library version 9.0.5D++ Library version 9.0.4D++ Library version 9.0.3D++ Library version 9.0.2D++ Library version 9.0.1D++ Library version 9.0.0D++ Library version 1.0.2D++ Library version 1.0.1D++ Library version 1.0.0