YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
shared_contract.hpp File Reference
Include dependency graph for shared_contract.hpp:

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, Eyaclib::MakeSharedContract ()