OmniSciDB
85c2d10cdc
|
#include <future>
#include <iostream>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | threadpool::FuturesThreadPoolBase< T > |
class | threadpool::FuturesThreadPool< T, ENABLE > |
class | threadpool::FuturesThreadPool< T, std::enable_if_t< std::is_object< T >::value > > |
Namespaces | |
threadpool | |
Typedefs | |
template<typename T > | |
using | threadpool::ThreadPool = FuturesThreadPool< T > |