Template Function TRAP::Utils::WaitForAll(Iterator, Iterator)#

Function Documentation#

template<typename Iterator>
void TRAP::Utils::WaitForAll(Iterator begin, Iterator end)#

Wait until all std::future or std::shared_futures are ready.

Note

This call blocks until all futures are ready.