SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
Promise class for asynchronous result handling with continuation chaining and type safety. More...
#include <type_traits>
#include <memory>
#include <functional>
#include <variant>
#include <exception>
#include "Log.h"
#include "Promise.tpp"
Go to the source code of this file.
Classes | |
class | swt::Promise< tValue > |
Type-safe promise for asynchronous result handling with continuation chaining. More... | |
class | swt::Promise< void > |
Template specialization for void-returning promises. More... | |
Namespaces | |
namespace | swt |
Software Timer namespace containing all timer-related classes. | |
Promise class for asynchronous result handling with continuation chaining and type safety.
Definition in file Promise.h.