AsyncEither<L, R> typedef

AsyncEither<L, R> = Future<Either<L, R>>

Implementation

typedef AsyncEither<L, R> = Future<Either<L, R>>;