import { LazyAsync } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts";
A version of mapPar that does not enforce ordering, so doesn't suffer from head-of-line blocking.
x/better_iterators/mod.ts>LazyAsync#mapParUnordered
import { LazyAsync } from "https://deno.land/x/better_iterators@v1.2.1/mod.ts";
A version of mapPar that does not enforce ordering, so doesn't suffer from head-of-line blocking.