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

Go to the source code of this file.

Namespaces

namespace  yaclib
 

Functions

template<typename V , typename E >
Future< V, Eyaclib::Share (const SharedFuture< V, E > &future)
 
template<typename V , typename E >
FutureOn< V, Eyaclib::Share (const SharedFuture< V, E > &future, IExecutor &executor)
 
template<typename V , typename E >
Future< V, Eyaclib::Share (SharedPromise< V, E > &promise)
 
template<typename V , typename E >
FutureOn< V, Eyaclib::Share (SharedPromise< V, E > &promise, IExecutor &executor)