MCPcopy Create free account
hub / github.com/microsoft/SandDance / unblock

Function unblock

docs/external/js/react-dom.development.js:4117–4119  ·  view source on GitHub ↗
(queuedEvent)

Source from the content-addressed store, hash-verified

4115 }
4116
4117 var unblock = function (queuedEvent) {
4118 return scheduleCallbackIfUnblocked(queuedEvent, unblocked);
4119 };
4120
4121 queuedPointers.forEach(unblock);
4122 queuedPointerCaptures.forEach(unblock);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected