SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
Loading...
Searching...
No Matches
swt::TimerManager Member List

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::TimerManagerinlinestatic
hasTimer(TimerId id)swt::TimerManager
restartTimer(TimerId id, uint64_t delay_ms)swt::TimerManager
TimerManager(std::weak_ptr< SLLooper > looper)swt::TimerManagerexplicit
updateCancelledPtr(TimerId id, std::atomic< bool > *newPtr)swt::TimerManager
~TimerManager()swt::TimerManager