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

A queued task was cancelled — typically because shutdown_now() drained the queue before the task could run. More...

#include <exceptions.hpp>

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

Detailed Description

A queued task was cancelled — typically because shutdown_now() drained the queue before the task could run.

The associated future rethrows this.


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