CatapultServer  v0.5.0.1 (Elephant)
ParallelFor.h File Reference
Include dependency graph for ParallelFor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 catapult
 
 catapult::thread
 

Functions

template<typename TItems , typename TWorkCallback >
thread::future< bool > catapult::thread::ParallelForPartition (boost::asio::io_context &ioContext, TItems &items, size_t numPartitions, TWorkCallback callback)
 
template<typename TItems , typename TWorkCallback >
thread::future< bool > catapult::thread::ParallelFor (boost::asio::io_context &ioContext, TItems &items, size_t numPartitions, TWorkCallback callback)