MCPcopy Index your code
hub / github.com/cujojs/when / exit

Function exit

guard.js:63–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61 };
62
63 function exit() {
64 count = Math.max(count - 1, 0);
65 if(waiting.length > 0) {
66 waiting.shift()(exit);
67 }
68 }
69 }
70
71});

Callers 1

guard-test.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…