hpx/futures/traits/acquire_future.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 T>
using acquire_future_t = typename acquire_future<T>::type
struct acquire_future_disp

Public Functions

template<typename T>
acquire_future_t<T> operator()(T &&t) const