|
SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|

Directories | |
| http | |
Files | |
| Buffer.cpp | |
| Implementation of Buffer - dynamic byte buffer for data storage. | |
| EventQueue.cpp | |
| Handler.cpp | |
| Implementation of Handler - message-based communication in event loop. | |
| Message.cpp | |
| Promise.cpp | |
| SLLooper.cpp | |
| Implementation of SLLooper - main event loop coordinator. | |
| State.cpp | |
| Timer.cpp | |
| TimerManager.cpp | |