Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
14
import
{createLRU} from
class
="st">'./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