import { concurrentUnorderedMap } from "https://deno.land/x/proc@0.21.0/tests/deps/asynciter.ts";
Map the sequence from one type to another, concurrently.
Items are iterated out of order. This allows maximum concurrency at all times, but the output order cannot be assumed to be the same as the input order.