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

A second .then() was registered on a one-shot threadman::Future. More...

#include <exceptions.hpp>

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

Detailed Description

A second .then() was registered on a one-shot threadman::Future.

Use share() to obtain a multi-shot threadman::SharedFuture if multiple continuations are needed.


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