MCPcopy Create free account
hub / github.com/TanStack/query / systemSetTimeoutZero

Function systemSetTimeoutZero

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected