hpx/resiliency_distributed/async_replay_distributed.hpp

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

namespace hpx
namespace resiliency
namespace experimental

Functions

template<typename Action, typename ...Ts>
hpx::future<typename hpx::util::detail::invoke_deferred_result<Action, hpx::id_type, Ts...>::type> tag_invoke(async_replay_t, const std::vector<hpx::id_type> &ids, Action &&action, Ts&&... ts)
template<typename Pred, typename Action, typename ...Ts>
hpx::future<typename hpx::util::detail::invoke_deferred_result<Action, hpx::id_type, Ts...>::type> tag_invoke(async_replay_validate_t, const std::vector<hpx::id_type> &ids, Pred &&pred, Action &&action, Ts&&... ts)