![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "timer.h"
Public Member Functions | |
| TimerAwaiter (std::chrono::milliseconds duration, Qt::TimerType precision) | |
| bool | await_ready () const noexcept |
| void | await_suspend (std::coroutine_handle<> handle) noexcept |
| void | await_resume () const noexcept |
Public Attributes | |
| QTimer | Timer_ |
|
explicit |
|
noexcept |
|
noexcept |
|
noexcept |
| QTimer LC::Util::detail::TimerAwaiter::Timer_ |
Definition at line 22 of file timer.h.
Referenced by TimerAwaiter(), and await_suspend().