Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/react/react
/ Suspender
Interface
Suspender
packages/react-cache/src/ReactCacheOld.js:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
import
{createLRU} from
'./LRU'
;
15
16
interface
Suspender {
17
then(resolve: () => mixed, reject: () => mixed): mixed;
18
}
19
20
type
PendingResult = {
21
status: 0,
Callers
8
resolveThenable
Function · 0.65
lazyInitializer
Function · 0.65
then
Function · 0.65
startTransition
Function · 0.65
requireAsyncModule
Function · 0.65
preloadModule
Function · 0.65
progress
Function · 0.65
startReadingFromUniversalStream
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected