mapToAsync method

Iterable<Async<T>> mapToAsync()

Implementation

Iterable<Async<T>> mapToAsync() {
  return map((e) => e.toAsync());
}