|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Exception thrown when cooperative cancellation is observed. More...
#include <thread_pool.H>
Public Member Functions | |
| operation_canceled () | |
| operation_canceled (const std::string &message) | |
Exception thrown when cooperative cancellation is observed.
This exception is used by CancellationToken and higher-level helpers such as channels or parallel algorithms when an operation stops because a cancellation request was signaled.
Definition at line 140 of file thread_pool.H.
|
inline |
Definition at line 143 of file thread_pool.H.
|
inlineexplicit |
Definition at line 146 of file thread_pool.H.