hpx/execution/algorithms/then.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace execution
namespace experimental

Variables

hpx::execution::experimental::then_t then
struct then_t : public hpx::functional::detail::tag_priority<then_t>

Friends

template<typename Sender, typename F>
friend constexpr auto tag_override_invoke(then_t, Sender &&sender, F &&f)
template<typename Sender, typename F>
friend constexpr auto tag_fallback_invoke(then_t, Sender &&sender, F &&f)
template<typename F>
friend constexpr auto tag_fallback_invoke(then_t, F &&f)