![]() |
IAtari
Genetic algorithm generating AI capable to play Atari2600 games.
|
This is the complete list of members for Utils::ThreadPool, including all inherited members.
add_task(F &&f, Args &&... args) -> std::future< typename std::result_of< F(Args...)>::type > | Utils::ThreadPool | |
add_thread(std::function< void()> initializer) | Utils::ThreadPool | inline |
initialize(std::size_t) | Utils::ThreadPool | inline |
m_condvar | Utils::ThreadPool | private |
m_exit | Utils::ThreadPool | private |
m_mutex | Utils::ThreadPool | private |
m_tasks | Utils::ThreadPool | private |
m_threads | Utils::ThreadPool | private |
ThreadPool()=default | Utils::ThreadPool | |
~ThreadPool() | Utils::ThreadPool | inline |