import * as effection from "https://deno.land/x/effection@3.1.0/lib/all.ts";
Functions
f all | Block and wait for all of the given operations to complete. Returns an array of values that the given operations evaluated to. This has the same purpose as Promise.all. |