MCPcopy
hub / github.com/cujojs/when / notify

Function notify

when.js:143–143  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

141 function resolve(x) { p._handler.resolve(x); }
142 function reject(x) { p._handler.reject(x); }
143 function notify(x) { p._handler.notify(x); }
144
145 this.promise = p;
146 this.resolve = resolve;

Callers 3

_resolverFunction · 0.85
timeout-test.jsFile · 0.85
defer-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…