Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
136
export
function
systemSetTimeoutZero(callback: TimeoutCallback): void {
137
setTimeout(callback, 0)
138
}
Callers
1
timeoutManager.test.tsx
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected