parallel-cellular-automata
Framework for building parallel cellular automata.
|
definition of a threadpool. More...
#include <atomic>
#include <future>
#include <memory>
#include <pthread.h>
#include <queues.hpp>
#include <thread>
#include <type_traits>
#include <vector>
Go to the source code of this file.
Classes | |
class | ThreadJoiner |
RAII class to join threads. More... | |
class | ca::Threadpool |
Work-stealing threadpool. More... | |
Namespaces | |
ca | |
Namespace of the framework. | |
definition of a threadpool.