HikoGUI
A low latency retained GUI
|
Public Member Functions | |
awaitable_timer (awaitable_timer &&) noexcept=default | |
awaitable_timer & | operator= (awaitable_timer &&) noexcept=default |
awaitable_timer (awaitable_timer const &other) noexcept | |
awaitable_timer & | operator= (awaitable_timer const &other) noexcept |
template<typename Duration > | |
awaitable_timer (std::chrono::time_point< std::chrono::utc_clock, Duration > deadline) noexcept | |
template<typename Rep , typename Period > | |
awaitable_timer (std::chrono::duration< Rep, Period > period) noexcept | |
bool | await_ready () const noexcept |
void | await_suspend (std::coroutine_handle<> handle) noexcept |
void | await_resume () const noexcept |