|
CatapultServer
v0.5.0.1 (Elephant)
|


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) |