#include "tensorstore/util/future.h" template <class Callback>FutureCallbackRegistrationtensorstore::AnyFuture::UntypedExecuteWhenReady(Callback&& callback); Executes callback with the signature void(AnyFuture) when this becomes ready.