MCPcopy Index your code
hub / github.com/developit/asyncro / parallel

Function parallel

src/index.js:133–135  ·  view source on GitHub ↗
(list)

Source from the content-addressed store, hash-verified

131 * ])
132 */
133export async function parallel(list) {
134 return await Promise.all(resolve(list));
135}
136
137
138/** Invoke all async functions in an Array or Object **sequentially**, returning the result.

Callers 1

index.jsFile · 0.90

Calls 1

resolveFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…