MCPcopy Create free account
hub / github.com/angular/angular / flushMicrotasks

Function flushMicrotasks

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

Source from the content-addressed store, hash-verified

453}
454
455function flushMicrotasks(): Promise<void> {
456 return new Promise((resolve) => setTimeout(resolve, 0));
457}

Callers 1

Calls 1

setTimeoutFunction · 0.85

Tested by

no test coverage detected