AsyncResult<T> typedef

AsyncResult<T> = Future<Result<T>>

Implementation

typedef AsyncResult<T> = Future<Result<T>>;