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

Ignores the future. This method signals intent to ignore the result to suppress compiler warnings from [[nodiscard]].