MCPcopy
hub / github.com/BetaSu/big-react / Wakeable

Interface Wakeable

packages/shared/ReactTypes.ts:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29export type Usable<T> = Thenable<T> | ReactContext<T>;
30
31export interface Wakeable<Result = any> {
32 then(
33 onFulfill: () => Result,
34 onReject: () => Result
35 ): void | Wakeable<Result>;
36}
37
38interface ThenableImpl<T, Result, Err> {
39 then(

Callers 7

lazyInitializerFunction · 0.65
hostConfig.tsFile · 0.65
attachPingListenerFunction · 0.65
trackUsedThenableFunction · 0.65
hostConfig.tsFile · 0.65
fetchDataFunction · 0.65
main.tsxFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected