Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
interface
WritableErrorMonitor {
53
cleanup(): void;
54
race<T>(promise: Promise<T>): Promise<T>;
55
throwIfClosed(): void;
56
}
57
Callers
7
writeReadableStreamToWritable
Function · 0.80
race
Function · 0.80
waitForDrain
Function · 0.80
writeAsyncIterableToWritable
Function · 0.80
withTimeout
Function · 0.80
renderLoadingIndicator
Function · 0.80
runHandler
Function · 0.80
Calls
no outgoing calls
Tested by
1
withTimeout
Function · 0.64