SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
#include <memory>
#include <cstdint>
#include "Message.h"
#include "EventQueue.h"
#include "SLLooper.h"
Go to the source code of this file.
Classes | |
class | swt::Handler |
Android-style message handler for event-driven programming. More... | |
Namespaces | |
namespace | swt |
Software Timer namespace containing all timer-related classes. | |