#include "tensorstore/util/future.h"
bool tensorstore::AnyFuture::WaitUntil(
    
absl::Time deadline) const noexcept;

Waits until the specified time for the result to be ready.

Dchecks:

!null()

Returns:

ready().