#include "genesis/utils/threading/thread_pool.hpp"#include <cassert>#include <future>#include <stdexcept>#include <type_traits>#include <utility>#include <vector>Go to the source code of this file.
Classes | |
| class | MultiFuture< T > |
| Helper class to facilitate waiting for and/or getting the results of multiple futures at once. More... | |
Namespaces | |
| genesis | |
| Container namespace for all symbols of genesis in order to keep them separate when used as a library. | |
| genesis::utils | |