|
SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
RAII timer wrapper with move semantics for safe timer management. More...
#include <memory>#include <functional>#include <atomic>

Go to the source code of this file.
Classes | |
| class | swt::Timer |
| RAII timer wrapper with boost-style API and move semantics. More... | |
Namespaces | |
| namespace | swt |
| Software Timer namespace containing all timer-related classes. | |
Typedefs | |
| using | swt::TimerId = uint64_t |
| Unique identifier type for timer instances. | |
RAII timer wrapper with move semantics for safe timer management.
Definition in file Timer.h.