![]() |
IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
|
Sur-implementation of threading. More...
#include <cstddef>
#include <vector>
#include <thread>
#include <queue>
#include <mutex>
#include <condition_variable>
#include <memory>
#include <future>
#include <functional>
Go to the source code of this file.
Classes | |
class | Utils::ThreadPool |
An implementation of Thread pool. More... | |
class | Utils::ThreadGroup |
An implementation of Thread group. More... | |
Namespaces | |
Utils | |
A set of useful method and class. | |
Sur-implementation of threading.