MCPcopy Index your code
hub / github.com/totaljs/framework / can

Function can

cluster.js:265–270  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

263 THREADS = count;
264
265 var can = function(cb) {
266 if (CONTINUE)
267 cb();
268 else
269 setTimeout(can, 500, cb);
270 };
271
272 count.async(function(i, next) {
273 exec(Math.abs(i - THREADS), https);

Callers 1

masterFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected