RigsofRods
Soft-body Physics Simulation
|
#include "Application.h"
#include <atomic>
#include <condition_variable>
#include <functional>
#include <memory>
#include <mutex>
#include <queue>
#include <thread>
#include <stdexcept>
#include <vector>
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 | |