MCPcopy
hub / github.com/angular/angular / flushMicrotasks

Function flushMicrotasks

packages/core/rxjs-interop/test/rx_resource_spec.ts:413–415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

411}
412
413function flushMicrotasks(): Promise<void> {
414 return new Promise((resolve) => setTimeout(resolve, 0));
415}

Callers 1

Calls 1

setTimeoutFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…