|
SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
Main event loop coordinator for asynchronous task management and timer operations. More...
#include <memory>#include <thread>#include <future>#include <atomic>#include <chrono>#include <type_traits>#include "Timer.h"#include "EventQueue.h"#include "Task.h"#include "Awaitable.h"#include "TimerManager.h"#include "SLLooper.tpp"

Go to the source code of this file.
Classes | |
| class | swt::SLLooper |
| Central event loop coordinator providing asynchronous task execution and timer management. More... | |
Namespaces | |
| namespace | swt |
| Software Timer namespace containing all timer-related classes. | |
Main event loop coordinator for asynchronous task management and timer operations.
Definition in file SLLooper.h.