MCPcopy Create free account
hub / github.com/RtlZeroMemory/Rezi / enqueue

Method enqueue

packages/core/src/app/updateQueue.ts:26–28  ·  view source on GitHub ↗

Add an updater to the pending queue.

(updater: StateUpdater<S>)

Source from the content-addressed store, hash-verified

24
25 /** Add an updater to the pending queue. */
26 enqueue(updater: StateUpdater<S>): void {
27 this.pending.push(updater);
28 }
29
30 /**
31 * Remove and return all pending updaters.

Callers 3

enqueueWorkItemFunction · 0.45
updateFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected