Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
133
export
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.js
File · 0.90
Calls
1
resolve
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…