- tensorstore.FutureLike
Generic type representing a possibly-asynchronous result.
The following types may be used where a
FutureLike[T]value is expected:an immediate value of type
T;tensorstore.Futurethat resolves to a value of typeT;coroutine that resolves to a value of type
T.