-
#include "tensorstore/util/future.h"
- const absl::Status& tensorstore::ReadyFuture<T>::status() const;
Returns a reference to the contained
absl::Status
. Guaranteed not to block.
#include "tensorstore/util/future.h"
Returns a reference to the contained absl::Status
. Guaranteed not to
block.