SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
Implementation of SLLooper - main event loop coordinator. More...
#include <cstring>
#include "SLLooper.h"
#include "Handler.h"
#include "Message.h"
#include "EventQueue.h"
#include "Debug.h"
#include <iostream>
#include <thread>
#include <string>
#include <atomic>
#include "TimerManager.h"
#include "Timer.h"
#include "Awaitable.h"
Go to the source code of this file.
Namespaces | |
namespace | swt |
Software Timer namespace containing all timer-related classes. | |
Implementation of SLLooper - main event loop coordinator.
Definition in file SLLooper.cpp.