D++ (DPP)
C++ Discord API Bot Library
|
Classes | |
struct | final_awaiter |
Struct returned by a coroutine's final_suspend, resumes the continuation. More... | |
struct | promise_t |
Promise type for coroutine. More... | |
struct | promise_t< void > |
Struct returned by a coroutine's final_suspend, resumes the continuation. More... | |
Typedefs | |
template<typename R > | |
using | handle_t = std_coroutine::coroutine_handle< promise_t< R > > |
Alias for the handle_t of a coroutine. More... | |
using dpp::detail::coroutine::handle_t = typedef std_coroutine::coroutine_handle<promise_t<R> > |
Alias for the handle_t of a coroutine.