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

Class

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

Source from the content-addressed store, hash-verified

20 * @typeParam S - Application state type
21 */
22export class UpdateQueue<S> {
23 private pending: StateUpdater<S>[] = [];
24
25 /** Add an updater to the pending queue. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected