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

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

Dchecks:

!null()