Flow
Documentation for the Flow C++ Library
|
#include "flow_concurrent_queue.h"
#include "flow_thread_task.h"
#include "flow_vector.h"
#include <future>
#include <thread>
Go to the source code of this file.
Classes | |
class | flow::SimpleThreadPool< ThreadSafeQueue > |
A simple thread pool with fixed number of worker threads. All the threads poll tasks from a single queue. If all the threads are waiting, then the user must manually call runPendingTask() to resolve deadlock. More... |
Namespaces | |
namespace | flow |