drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
drogon::Task< void > Struct Reference

Classes

struct  promise_type

Public Types

using handle_type = std::coroutine_handle<promise_type>

Public Member Functions

 Task (handle_type handle)
 Task (const Task &)=delete
 Task (Task &&other) noexcept
Task & operator= (const Task &)=delete
Task & operator= (Task &&other) noexcept
auto operator co_await () const noexcept

Public Attributes

handle_type coro_

The documentation for this struct was generated from the following file: