YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
wait_group.cpp
Go to the documentation of this file.
2
3namespace yaclib {
4
5template class WaitGroup<OneShotEvent>;
6
7} // namespace yaclib
Contract< V, E > MakeContract()
Creates related future and promise.
Definition contract.hpp:25