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

Function task

mocha_test/auto.js:310–314  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

308 // Issue 1092 on github: https://github.com/caolan/async/issues/1092
309 it('extended cycle detection', function(done) {
310 var task = function (name) {
311 return function (results, callback) {
312 callback(null, 'task ' + name);
313 };
314 };
315 expect(function () {
316 async.auto({
317 a: ['c', task('a')],

Callers 2

nextFunction · 0.85
auto.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…