MCPcopy Index your code
hub / github.com/plotly/dash / pushConcurrentUpdateQueue

Function pushConcurrentUpdateQueue

dash/deps/react-dom@18.2.0.js:13302–13308  ·  view source on GitHub ↗
(queue)

Source from the content-addressed store, hash-verified

13300
13301 var concurrentQueues = null;
13302 function pushConcurrentUpdateQueue(queue) {
13303 if (concurrentQueues === null) {
13304 concurrentQueues = [queue];
13305 } else {
13306 concurrentQueues.push(queue);
13307 }
13308 }
13309 function finishQueueingConcurrentUpdates() {
13310 // Transfer the interleaved updates onto the main queue. Each queue has a
13311 // `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…