SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
This is the complete list of members for swt::Timer, including all inherited members.
cancel() | swt::Timer | |
getId() const | swt::Timer | inline |
isActive() const | swt::Timer | |
operator=(const Timer &)=delete | swt::Timer | |
operator=(Timer &&other) noexcept | swt::Timer | |
restart(uint64_t delay_ms) | swt::Timer | |
SLLooper | swt::Timer | friend |
Timer(TimerId id, std::weak_ptr< SLLooper > looper) | swt::Timer | |
Timer(const Timer &)=delete | swt::Timer | |
Timer(Timer &&other) noexcept | swt::Timer | |
~Timer() | swt::Timer |