10 m_state->setValue(std::monostate{});
14 m_state->setException(exception);
Promise class for asynchronous result handling with continuation chaining and type safety.
Promise/Future state management with template specialization for void types.
void set_exception(std::exception_ptr exception)
Reject promise with an exception.
Promise()
Default constructor - creates promise with shared state.
void set_value(tValue value)
Resolve promise with a value.
Thread-safe promise state management with continuation support.
Software Timer namespace containing all timer-related classes.