MCPcopy 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
23function wait(val) {
24 return new Promise(resolve => setTimeout(resolve, val));
25}
26
27const runRemote = argv.remote;
28const runLocal = argv.local;

Callers 1

runBenchmarksFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected