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