Horizon Official Technical Documentation
|
|
#include "ThreadSafeQueue.hpp"
#include <thread>
#include <vector>
#include <future>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | FunctionWrapper |
struct | FunctionWrapper::impl_base |
struct | FunctionWrapper::impl_type< F > |
class | WorkerThreadPool |