io-chess
UCI chess engine
Loading...
Searching...
No Matches
PersistentThreadPool.hpp File Reference
#include <atomic>
#include <condition_variable>
#include <functional>
#include <memory>
#include <mutex>
#include <queue>
#include <thread>
#include <vector>
#include <algorithm>
Include dependency graph for PersistentThreadPool.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PersistentThreadPool
 A generic thread pool used for intra-evaluation parallelism and batch processing. More...
struct  PersistentThreadPool::Job