Perform flatMap on an (async) iterable, but flatten at most once.
flatMap of streaming-iterables recursively flattens the result. This function flattens at most once.
Perform flatMap on an (async) iterable, but flatten at most once.