MCPcopy 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

1const mongodb= require('mongodb')
2const url = 'mongodb://localhost:27017'
3const customers = require('./customer_data.json')
4const async = require('async')

Callers

nothing calls this directly

Calls 2

doneFunction · 0.85
finalCallbackFunction · 0.70

Tested by

no test coverage detected