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

Calls Force(), waits for the result to be ready, and returns a const reference to the contained absl::Status. If the underlying Future contains a value, then this function returns absl::OkStatus().

Dchecks:

!null()