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