hpx/execution/algorithms/execute.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::execute_t execute
struct execute_t : public hpx::functional::detail::tag_fallback<execute_t>

Friends

template<typename Scheduler, typename F>
friend constexpr auto tag_fallback_invoke(execute_t, Scheduler &&scheduler, F &&f)