MCPcopy
hub / github.com/facebook/react / Suspender

Interface Suspender

packages/react-cache/src/ReactCacheOld.js:16–18  ·  packages/react-cache/src/ReactCacheOld.js::Suspender

Source from the content-addressed store, hash-verified

14import {createLRU} from class="st">'./LRU';
15
16interface Suspender {
17 then(resolve: () => mixed, reject: () => mixed): mixed;
18}
19
20type PendingResult = {
21 status: 0,

Callers 8

resolveThenableFunction · 0.65
lazyInitializerFunction · 0.65
thenFunction · 0.65
startTransitionFunction · 0.65
requireAsyncModuleFunction · 0.65
preloadModuleFunction · 0.65
progressFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected