MCPcopy
hub / github.com/caolan/async / next

Function next

lib/forever.js:40–43  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

38 var task = wrapAsync(ensureAsync(fn));
39
40 function next(err) {
41 if (err) return done(err);
42 task(next);
43 }
44 next();
45}

Callers 1

foreverFunction · 0.70

Calls 1

taskFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…