|
threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
|
A second .then() was registered on a one-shot threadman::Future.
More...
#include <exceptions.hpp>


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.