MCPcopy
hub / github.com/remix-run/react-router / race

Method race

packages/react-router-node/stream.ts:54–54  ·  view source on GitHub ↗
(promise: Promise<T>)

Source from the content-addressed store, hash-verified

52interface WritableErrorMonitor {
53 cleanup(): void;
54 race<T>(promise: Promise<T>): Promise<T>;
55 throwIfClosed(): void;
56}
57

Callers 7

raceFunction · 0.80
waitForDrainFunction · 0.80
withTimeoutFunction · 0.80
renderLoadingIndicatorFunction · 0.80
runHandlerFunction · 0.80

Calls

no outgoing calls

Tested by 1

withTimeoutFunction · 0.64