fut_map library

Functions

fMap<T, U>(Iterable<T> iterable, Future<U> mapper(T input), {int parallel = 1}) Future<Iterable<U>>