Thread System 0.3.1
High-performance C++20 thread pool with work stealing and DAG scheduling
Loading...
Searching...
No Matches
cancellation_exception.h File Reference

Exception class for operation cancellation. More...

#include "cancellation_reason.h"
#include <exception>
#include <string>
Include dependency graph for cancellation_exception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::thread::operation_cancelled_exception
 Exception thrown when an operation is cancelled. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::thread
 Core threading foundation of the thread system library.
 

Detailed Description

Exception class for operation cancellation.

Definition in file cancellation_exception.h.