Template Function TRAP::Utils::WaitForAll(F1&, Fs&…)#

Function Documentation#

template<typename F1, typename ...Fs>
void TRAP::Utils::WaitForAll(F1 &f1, Fs&... fs)#

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

Note

This call blocks until all futures are ready.