|
SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
|
Promise/Future state management with template specialization for void types. More...
#include <optional>#include <functional>#include <memory>#include <iostream>#include <variant>#include <exception>#include "Log.h"#include "State.tpp"

Go to the source code of this file.
Classes | |
| class | swt::State< tValue > |
| Thread-safe promise state management with continuation support. More... | |
| class | swt::State< std::monostate > |
| Template specialization for void-returning promises. More... | |
Namespaces | |
| namespace | swt |
| Software Timer namespace containing all timer-related classes. | |
Promise/Future state management with template specialization for void types.
Definition in file State.h.