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

Function taskComplete

lib/auto.js:183–189  ·  view source on GitHub ↗
(taskName)

Source from the content-addressed store, hash-verified

181 }
182
183 function taskComplete(taskName) {
184 var taskListeners = listeners[taskName] || [];
185 arrayEach(taskListeners, function (fn) {
186 fn();
187 });
188 processQueue();
189 }
190
191
192 function runTask(key, task) {

Callers 1

runTaskFunction · 0.85

Calls 2

processQueueFunction · 0.85
fnFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…