-
#include "tensorstore/util/future.h"
-
std::add_lvalue_reference_t<result_type>
tensorstore::Future<T>::result() const; Calls
Force()
, waits for the result to be ready, and returns a reference to the result.
#include "tensorstore/util/future.h"
Calls Force()
, waits for the result to be ready, and returns a reference
to the result.