YACLib
C++ library for concurrent tasks execution
|
#include <yaclib/async/connect.hpp>
#include <yaclib/async/future.hpp>
#include <yaclib/async/shared_contract.hpp>
Go to the source code of this file.
Namespaces | |
namespace | yaclib |
Functions | |
template<typename V , typename E > | |
SharedFuture< V, E > | yaclib::Split (FutureBase< V, E > &&future) |
template<typename V , typename E > | |
SharedFuture< V, E > | yaclib::Split (SharedPromise< V, E > &promise) |