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