#include "tensorstore/util/future.h" void tensorstore::AnyFuture::Force() const noexcept; Calls any Force callbacks registered on the associated Promise, if they have not already been called. Commonly, this will trigger deferred work to begin. Dchecks:¶ !null()