RigsofRods
Soft-body Physics Simulation
Data Structures | Namespaces
ThreadPool.h File Reference
#include "Application.h"
#include <atomic>
#include <condition_variable>
#include <functional>
#include <memory>
#include <mutex>
#include <queue>
#include <thread>
#include <stdexcept>
#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.

Data Structures

class  RoR::Task
 /brief Handle for a task executed by ThreadPool More...
 
class  RoR::ThreadPool
 Facilitates execution of (small) tasks on separate threads. More...
 

Namespaces

 RoR