#include "tensorstore/util/future.h"
const absl::Statustensorstore::AnyFuture::status() const& noexcept;

Calls Force(), waits for the result to be ready, and returns OkStatus (when a value is present) or a copy of result.status().

Dchecks:

!null()