MCPcopy 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
79export async function nextTick(delay = 1) {
80 return new Promise<void>((res, rej) => {
81 setTimeout(() => {
82 res();
83 }, delay);
84 });
85}

Callers 2

execTimedFunction · 0.85

Calls 1

setTimeoutFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…