Dispatch Queue
Dispatch Queue / Thread Pool implementation for C++11 with built-in C++20 coroutine support
 
Loading...
Searching...
No Matches
task.hpp File Reference
#include <coroutine>
#include <exception>
#include <type_traits>
#include "detail/function_result.hpp"
#include "detail/is_instance_of.hpp"
#include "detail/task_future.hpp"
#include "task_error.hpp"
#include "task_state.hpp"

Go to the source code of this file.

Classes

class  dispatch_queue::task< T >
 

Namespaces

namespace  dispatch_queue
 

Macros

#define DISPATCH_QUEUE_THROW_OR(err_msg, body)
 

Macro Definition Documentation

◆ DISPATCH_QUEUE_THROW_OR

#define DISPATCH_QUEUE_THROW_OR ( err_msg,
body )
Value:
body