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
SLLooper.h File Reference

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"
Include dependency graph for SLLooper.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Main event loop coordinator for asynchronous task management and timer operations.

Author
Tran Anh Tai
Date
9/2025
Version
1.0.0

Definition in file SLLooper.h.