YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
when_impl.hpp File Reference
#include <yaclib/algo/detail/inline_core.hpp>
#include <yaclib/async/future.hpp>
#include <cstddef>
#include <utility>
Include dependency graph for when_impl.hpp:
This graph shows which files directly or indirectly include this file:

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)