SW Task Event Loop Framework v1.0.0
High-performance C++ asynchronous event loop framework with timer management and promise-based programming
Loading...
Searching...
No Matches
State.h File Reference

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"
Include dependency graph for State.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Promise/Future state management with template specialization for void types.

Author
Tran Anh Tai
Date
9/2025
Version
1.0.0

Definition in file State.h.