#include "tensorstore/util/future.h" explicit tensorstore::ReadyFuture<T>::ReadyFuture(Future<T> future); Constructs a ReadyFuture from an existing Future, which must either be null or ready. Dchecks:¶ future.null() || future.ready().