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