16 Timer_.setSingleShot (
true);
17 Timer_.setInterval (duration);
18 Timer_.setTimerType (precision);
28 Timer_.callOnTimeout (handle);
bool await_ready() const noexcept
void await_resume() const noexcept
void await_suspend(std::coroutine_handle<> handle) noexcept
auto Tup2 &&tup2 noexcept
TimerAwaiter(std::chrono::milliseconds duration, Qt::TimerType precision)