Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ nextTick
Function
nextTick
modules/benchmarks/src/expanding_rows/benchmark.ts:79–85 ·
view source on GitHub ↗
(delay = 1)
Source
from the content-addressed store, hash-verified
77
}
78
79
export
async
function
nextTick(delay = 1) {
80
return
new
Promise<void>((res, rej) => {
81
setTimeout(() => {
82
res();
83
}, delay);
84
});
85
}
Callers
2
fake-async-test.spec.ts
File · 0.85
execTimed
Function · 0.85
Calls
1
setTimeout
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…