Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/azat-co/practicalnode
/ parallel-async.js
File
parallel-async.js
code/ch14/async-example/parallel-async.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
mongodb= require(
'mongodb'
)
2
const
url =
'mongodb://localhost:27017'
3
const
customers = require(
'./customer_data.json'
)
4
const
async
= require(
'async'
)
Callers
nothing calls this directly
Calls
2
done
Function · 0.85
finalCallback
Function · 0.70
Tested by
no test coverage detected