#include "tensorstore/util/future.h"
result_typetensorstore::ReadyFuture<T>::result() const;

Returns a reference to the contained Result<T>. Guaranteed not to block.