|
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::TimerManager, including all inherited members.
| cancelTimer(TimerId id) | swt::TimerManager | |
| createTimer(std::function< void()> callback, uint64_t delay_ms, bool periodic, std::atomic< bool > *cancelled) | swt::TimerManager | |
| getActiveTimerCount() | swt::TimerManager | |
| getBackendName() | swt::TimerManager | inlinestatic |
| hasTimer(TimerId id) | swt::TimerManager | |
| restartTimer(TimerId id, uint64_t delay_ms) | swt::TimerManager | |
| TimerManager(std::weak_ptr< SLLooper > looper) | swt::TimerManager | explicit |
| updateCancelledPtr(TimerId id, std::atomic< bool > *newPtr) | swt::TimerManager | |
| ~TimerManager() | swt::TimerManager |