#include "tensorstore/util/future.h"
std::add_lvalue_reference_t<T>
tensorstore::ReadyFuture<T>::value() const;

Returns a reference to the value contained in the result, guaranteed not to block.