Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/react/react
/ wait
Function
wait
scripts/bench/runner.js:23–25 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
21
}
22
23
function
wait(val) {
24
return
new
Promise(resolve => setTimeout(resolve, val));
25
}
26
27
const
runRemote = argv.remote;
28
const
runLocal = argv.local;
Callers
1
runBenchmarks
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected