Dispatch Queue
Dispatch Queue / Thread Pool implementation for C++11 with built-in C++20 coroutine support
 
Loading...
Searching...
No Matches
dispatch_queue.hpp File Reference
#include <functional>
#include <utility>
#include "detail/function_result.hpp"
#include "detail/pending_task_queue.hpp"
#include "detail/promise.hpp"
#include "detail/ranges.hpp"
#include "detail/worker_pool.hpp"
#include "task_tag.hpp"
#include "task.hpp"
#include "when_all.hpp"

Go to the source code of this file.

Classes

class  dispatch_queue::dispatch_queue
 

Namespaces

namespace  dispatch_queue
 

Macros

#define DISPATCH_QUEUE_DEFAULT_BATCH_SIZE   64
 

Macro Definition Documentation

◆ DISPATCH_QUEUE_DEFAULT_BATCH_SIZE

#define DISPATCH_QUEUE_DEFAULT_BATCH_SIZE   64