hpx/actions_base/traits/action_continuation.hpp

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

namespace hpx
namespace traits

Typedefs

template<typename Action>
using action_continuation_t = typename action_continuation<Action>::type
template<typename Action, typename Enable = void>
struct action_continuation

Public Types

template<>
using type = hpx::actions::typed_continuation<typename Action::local_result_type, typename Action::remote_result_type>