-
#include "tensorstore/util/future.h" - bool tensorstore::Promise<T>::result_needed() const noexcept;
Returns
trueif this future has not been cancelled.Once there are no remaining
Futureobjects or ready callbacks associated with the shared state, the future will be cancelled.Note
Once this returns
falsefor a given shared state, it will never returntrue.