#include "tensorstore/util/future.h"
void tensorstore::AnyFuture::Wait() const noexcept;

Calls Force(), and waits until ready() == true.

Dchecks:

!null()