#include "tensorstore/util/future.h"
bool tensorstore::AnyFuture::ready() const noexcept;

Returns true if the result is ready.

Dchecks:

!null()

Note

Once this returns true for a given shared state, it will never return false.