drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
drogon::internal::EventLoopAwaiter< T > Struct Template Reference
Inheritance diagram for drogon::internal::EventLoopAwaiter< T >:
Collaboration diagram for drogon::internal::EventLoopAwaiter< T >:

Public Member Functions

 EventLoopAwaiter (std::function< T()> &&task, trantor::EventLoop *loop)
void await_suspend (std::coroutine_handle<> handle)
Public Member Functions inherited from drogon::CallbackAwaiter< T >
bool await_ready () noexcept
bool hasException () const noexcept
const T & await_resume () const noexcept(false)

Additional Inherited Members

Protected Member Functions inherited from drogon::CallbackAwaiter< T >
void setException (const std::exception_ptr &e)
void setValue (const T &v)

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