#include "genesis/utils/threading/blocking_concurrent_queue.hpp"
#include <atomic>
#include <cassert>
#include <chrono>
#include <iterator>
#include <functional>
#include <future>
#include <memory>
#include <queue>
#include <stdexcept>
#include <thread>
#include <type_traits>
#include <utility>
#include <vector>
Go to the source code of this file.
Classes | |
class | ProactiveFuture< T > |
Wrapper around std::future that implements (pro-)active waiting, i.e., work stealing. More... | |
class | ThreadPool |
Thread pool for distributed work. More... | |
Namespaces | |
genesis | |
Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
genesis::utils | |