template <typename Future>
pika::traits::detail::shared_state_ptr_t<
future_unwrap_result_t<Future>>
unwrap(Future&& future,
pika::error_code& ec = throws)
template <typename Future>
pika::traits::detail::shared_state_ptr_t<
future_unwrap_result_t<Future>>
unwrap(Future&& future,
pika::error_code& ec = throws)Declared at: libs/pika/futures/include/pika/futures/future.hpp:224
Parameters
- Future&& future
- pika::error_code& ec = throws