YACLib
C++ library for concurrent tasks execution
|
#include <yaclib/algo/detail/promise_core.hpp>
#include <yaclib/algo/detail/result_core.hpp>
#include <yaclib/async/future.hpp>
#include <yaclib/exe/executor.hpp>
#include <yaclib/exe/inline.hpp>
#include <yaclib/fwd.hpp>
#include <yaclib/util/helper.hpp>
#include <yaclib/util/type_traits.hpp>
Go to the source code of this file.
Classes | |
class | yaclib::Task< V, E > |
Provides a mechanism to schedule the some async operations TODO(MBkkt) add description. More... | |
Namespaces | |
namespace | yaclib |
namespace | yaclib::detail |
Functions | |
void | yaclib::detail::Start (BaseCore *head, IExecutor &e) noexcept |
void | yaclib::detail::Start (BaseCore *head) noexcept |