SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
#include <chrono>
#include "Message.h"
#include "Promise.h"
#include "EventQueue.h"
#include <mutex>
#include <thread>
#include <iostream>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | swt |
Software Timer namespace containing all timer-related classes. | |
Functions | |
template swt::Promise< std::string > | swt::swt::EventQueue::enqueuePromise< std::string > () |