Bitcoin Core 30.99.0
P2P Digital Currency
Classes
threadpool.h File Reference
#include <sync.h>
#include <tinyformat.h>
#include <util/check.h>
#include <util/thread.h>
#include <algorithm>
#include <condition_variable>
#include <functional>
#include <future>
#include <queue>
#include <stdexcept>
#include <thread>
#include <utility>
#include <vector>
Include dependency graph for threadpool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ThreadPool
 Fixed-size thread pool for running arbitrary tasks concurrently. More...