YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
make.hpp File Reference
#include <yaclib/algo/detail/result_core.hpp>
#include <yaclib/async/future.hpp>
#include <yaclib/fwd.hpp>
#include <yaclib/util/helper.hpp>
#include <yaclib/util/result.hpp>
#include <yaclib/util/type_traits.hpp>
#include <type_traits>
#include <utility>
Include dependency graph for make.hpp:

Go to the source code of this file.

Namespaces

namespace  yaclib
 

Functions

template<typename V = Unit, typename E = StopError, typename... Args>
auto yaclib::MakeFuture (Args &&... args)
 Function for create Ready Future.