MCPcopy Index your code
hub / github.com/angular/angular / flushMicrotasks

Function flushMicrotasks

packages/zone.js/lib/zone-spec/fake-async-test.ts:1113–1115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1111 * @experimental
1112 */
1113export function flushMicrotasks(): void {
1114 _getFakeAsyncZoneSpec().flushMicrotasks();
1115}
1116
1117export function patchFakeAsyncTest(Zone: ZoneType): void {
1118 // Export the class so that new instances can be created with proper

Callers 1

fakeAsyncFnFunction · 0.70

Calls 2

_getFakeAsyncZoneSpecFunction · 0.85
flushMicrotasksMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…