Flow
Documentation for the Flow C++ Library
|
#include "flow_concurrent_queue.h"
#include "flow_thread_task.h"
#include "flow_vector.h"
#include "flow_work_stealing_queue.h"
#include <future>
#include <thread>
Go to the source code of this file.
Classes | |
class | flow::MultiQueueThreadPool< ThreadSafeQueue, LocalQueue > |
A work-stealing multiqueue threadpool. Each worker thread has a thread_local task queue to reduce thread contention. More... |
Namespaces | |
namespace | flow |