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
Promise.h File Reference

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

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.
 

Detailed Description

Promise class for asynchronous result handling with continuation chaining and type safety.

Author
Tran Anh Tai
Date
9/2025
Version
1.0.0

Definition in file Promise.h.