YACLib
C++ library for concurrent tasks execution
|
Go to the source code of this file.
Namespaces | |
namespace | yaclib |
Typedefs | |
template<typename V , typename E > | |
using | yaclib::SharedContract = std::pair< SharedFuture< V, E >, SharedPromise< V, E > > |
Functions | |
template<typename V = void, typename E = StopError> | |
SharedContract< V, E > | yaclib::MakeSharedContract () |