tensorstore.FutureLike

Generic type representing a possibly-asynchronous result.

The following types may be used where a FutureLike[T] value is expected:

alias of Future[T] | Awaitable[T] | T