MCPcopy
hub / github.com/emberjs/ember.js / runTask

Function runTask

packages/internal-test-helpers/lib/run.ts:16–18  ·  view source on GitHub ↗
(callback: F)

Source from the content-addressed store, hash-verified

14}
15
16export function runTask<F extends () => any>(callback: F): ReturnType<F> {
17 return run(callback);
18}
19
20export function runTaskNext(): Promise<void> {
21 return new Promise((resolve) => {

Calls 1

runFunction · 0.90

Tested by

no test coverage detected