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

Public Member Functions

 TimerAwaiter (trantor::EventLoop *loop, const std::chrono::duration< double > &delay)
 TimerAwaiter (trantor::EventLoop *loop, double delay)
void await_suspend (std::coroutine_handle<> handle)
Public Member Functions inherited from drogon::CallbackAwaiter< void >
bool await_ready () noexcept
void await_resume () noexcept(false)
bool hasException () const noexcept

Additional Inherited Members

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

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