MCPcopy Create free account
hub / github.com/plotly/dash / pushConcurrentUpdateQueue

Function pushConcurrentUpdateQueue

dash/deps/react-dom@18.3.1.js:14415–14421  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

14413
14414 var concurrentQueues = null;
14415 function pushConcurrentUpdateQueue(queue) {
14416 if (concurrentQueues === null) {
14417 concurrentQueues = [queue];
14418 } else {
14419 concurrentQueues.push(queue);
14420 }
14421 }
14422 function finishQueueingConcurrentUpdates() {
14423 // Transfer the interleaved updates onto the main queue. Each queue has a
14424 // `pending` field and an `interleaved` field. When they are not null, they

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…