MCPcopy Create free account
hub / github.com/Lobos/react-ui / CallbackQueue

Function CallbackQueue

docs/lib/react.js:804–807  ·  view source on GitHub ↗

* A specialized pseudo-event module to help keep track of components waiting to * be notified when their DOM representations are available for use. * * This implements `PooledClass`, so you should never need to instantiate this. * Instead, use `CallbackQueue.getPooled()`. * * @class ReactMount

()

Source from the content-addressed store, hash-verified

802 * @internal
803 */
804function CallbackQueue() {
805 this._callbacks = null;
806 this._contexts = null;
807}
808
809_assign(CallbackQueue.prototype, {
810

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…