MCPcopy Index your code
hub / github.com/TanStack/query / systemSetTimeoutZero

Function systemSetTimeoutZero

packages/query-core/src/timeoutManager.ts:133–135  ·  view source on GitHub ↗
(callback: TimeoutCallback)

Source from the content-addressed store, hash-verified

131 * incorrect use of system `setTimeout` easier.
132 */
133export function systemSetTimeoutZero(callback: TimeoutCallback): void {
134 setTimeout(callback, 0)
135}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…