|
parallel-cellular-automata
Framework for building parallel cellular automata.
|
This file contains the definition and implementation of some useful thread-safe queues. More...
#include <condition_variable>#include <deque>#include <functional>#include <memory>#include <mutex>#include <queue>Go to the source code of this file.
Classes | |
| class | ThreadSafeQueue< T > |
| A thread-safe wrapper around a queue. More... | |
| class | WorkStealingQueue< T > |
| work-stealing queue. More... | |
This file contains the definition and implementation of some useful thread-safe queues.