threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
Loading...
Searching...
No Matches
threadman::BrokenPromiseError Class Reference

A Promise was dropped before it satisfied its Future. More...

#include <exceptions.hpp>

Inheritance diagram for threadman::BrokenPromiseError:
Inheritance graph
[legend]
Collaboration diagram for threadman::BrokenPromiseError:
Collaboration graph
[legend]

Detailed Description

A Promise was dropped before it satisfied its Future.

The future's get() rethrows this.


The documentation for this class was generated from the following file: