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

Class

packages/query-core/src/timeoutManager.ts:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 * coalesces timeouts.
63 */
64export class TimeoutManager implements Omit<TimeoutProvider, 'name'> {
65 // We cannot have TimeoutManager<T> as we must instantiate it with a concrete
66 // type at app boot; and if we leave that type, then any new timer provider
67 // would need to support the default provider's concrete timer ID, which is

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected