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

Classes

class  coroutine_base
 Base class of dpp::coroutine<R>. More...
 
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...
 

Typedef Documentation

◆ handle_t

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

Alias for the handle_t of a coroutine.