MCPcopy
hub / github.com/react/react / Wakeable

Interface Wakeable

packages/shared/ReactTypes.js:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97// The subset of a Thenable required by things thrown by Suspense.
98// This doesn't require a value to be passed to either handler.
99export interface Wakeable {
100 then(onFulfill: () => mixed, onReject: () => mixed): void | Wakeable;
101}
102
103// The subset of a Promise that React APIs rely on. This resolves a value.
104// This doesn't require a return value neither from the handler nor the

Callers 8

runTaskFunction · 0.65
normalizeIOInfoFunction · 0.65
handleClickFunction · 0.65
handleMouseOutFunction · 0.65
readInputFixturesFunction · 0.65
readOutputFixturesFunction · 0.65
runFixturesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected