MCPcopy Create free account
hub / github.com/danielstocks/react-sortable / stackBatchedUpdates

Function stackBatchedUpdates

bundle.js:5862–5862  ·  view source on GitHub ↗
(fn,a,b,c,d,e)

Source from the content-addressed store, hash-verified

5860// scheduled work and instead do synchronous work.
5861// Defaults
5862var stackBatchedUpdates=function stackBatchedUpdates(fn,a,b,c,d,e){return fn(a,b,c,d,e);};var fiberBatchedUpdates=function fiberBatchedUpdates(fn,bookkeeping){return fn(bookkeeping);};function performFiberBatchedUpdates(fn,bookkeeping){// If we have Fiber loaded, we need to wrap this in a batching call so that
5863// Fiber can apply its default priority for this call.
5864return fiberBatchedUpdates(fn,bookkeeping);}function batchedUpdates(fn,bookkeeping){// We first perform work with the stack batching strategy, by passing our
5865// indirection to it.

Callers 1

batchedUpdatesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected