YACLib
C++ library for concurrent tasks execution
|
#include <yaclib/algo/detail/inline_core.hpp>
#include <yaclib/async/future.hpp>
#include <cstddef>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | yaclib |
namespace | yaclib::detail |
Functions | |
template<typename Combinator , typename It > | |
void | yaclib::detail::WhenImpl (Combinator *combinator, It it, std::size_t count) noexcept |
template<typename Combinator , typename E , typename... V> | |
void | yaclib::detail::WhenImpl (Combinator &combinator, FutureBase< V, E > &&... fs) noexcept |
template<bool SymmetricTransfer> | |
auto | yaclib::detail::WhenSetResult (BaseCore *callback) |