Async<T> typedef

Async<T> = AsyncResult<T>

Implementation

typedef Async<T> = AsyncResult<T>;