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