#include "tensorstore/util/future.h" const absl::Status& tensorstore::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()