HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
v1::awaitable_timer Class Reference

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

The documentation for this class was generated from the following files: