![]() |
LeechCraft 0.6.70-18450-gabe19ee3b0
Modular cross-platform feature rich live environment.
|
#include "throttle.h"
Public Member Functions | |
| Throttle (std::chrono::milliseconds, Qt::TimerType=Qt::TimerType::CoarseTimer) | |
| std::chrono::milliseconds | GetInterval () const |
| void | Backoff () |
| Awaiter | operator co_await () |
Definition at line 20 of file throttle.h.
|
explicit |
Definition at line 14 of file throttle.cpp.
| void LC::Util::Throttle::Backoff | ( | ) |
Definition at line 37 of file throttle.cpp.
| std::chrono::milliseconds LC::Util::Throttle::GetInterval | ( | ) | const |
Definition at line 32 of file throttle.cpp.
| Throttle::Awaiter LC::Util::Throttle::operator co_await | ( | ) |
Definition at line 81 of file throttle.cpp.