IFuture<T> typedef

IFuture<T> = _IFuture<T, _Inv<T>>

Implementation

typedef IFuture<T> = _IFuture<T, _Inv<T>>;