BitShares-Core
7.0.2
BitShares blockchain node software and command-line wallet software
|
#include <fc/thread/task.hpp>
#include <fc/thread/thread.hpp>
#include <fc/asio.hpp>
#include <boost/atomic/atomic.hpp>
Go to the source code of this file.
Classes | |
class | fc::detail::worker_pool |
class | fc::serial_valve |
Namespaces | |
fc | |
fc::detail | |
Functions | |
worker_pool & | fc::detail::get_worker_pool () |
template<typename Functor > | |
auto | fc::do_parallel (Functor &&f, const char *desc FC_TASK_NAME_DEFAULT_ARG) -> fc::future< decltype(f())> |