hpx/async_distributed/async_callback.hpp#

Defined in header hpx/async_distributed/async_callback.hpp.

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

namespace hpx

Functions

template<typename Action, typename F, typename ...Ts>
auto async_cb(F &&f, Ts&&... ts) -> decltype(detail::async_cb_action_dispatch<Action, std::decay_t<F>>::call(std::forward<F>(f), std::forward<Ts>(ts)...))#
template<typename F, typename ...Ts>
auto async_cb(F &&f, Ts&&... ts) -> decltype(detail::async_cb_dispatch<std::decay_t<F>>::call(std::forward<F>(f), std::forward<Ts>(ts)...))#