#include "tensorstore/util/future.h"
void tensorstore::Future<T>::IgnoreFuture() const;

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