|
threadman 0.1.0
Header-only C++23 managed threads, dynamic pools, futures, and executors
|
A queued task was cancelled — typically because shutdown_now() drained the queue before the task could run.
More...
#include <exceptions.hpp>


A queued task was cancelled — typically because shutdown_now() drained the queue before the task could run.
The associated future rethrows this.