FuturePod<T> typedef

FuturePod<T> = PodFuture<Pod<Future<T>>, AsyncValue<T>>

Represents a PodFuture for an async operation.

Implementation

typedef FuturePod<T> = PodFuture<Pod<Future<T>>, AsyncValue<T>>;