Dispatch Queue
Dispatch Queue / Thread Pool implementation for C++11 with built-in C++20 coroutine support
Loading...
Searching...
No Matches
task_error.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdexcept>
4
5
namespace
dispatch_queue
{
6
10
class
task_error
:
public
std::runtime_error {
11
public
:
12
using
std::runtime_error::runtime_error;
13
};
14
15
}
dispatch_queue::task_error
Definition
task_error.hpp:10
dispatch_queue
Definition
dispatch_queue.hpp:19
include
task_error.hpp
Generated by
1.13.2