Home
last modified time | relevance | path

Searched refs:actionAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/package-manager/build/utils/
H A Dspawn.js9 function createPendingSpawnAsync(actionAsync, spawnAsync) { argument
17 actionAsync()
H A Dspawn.d.ts15 export declare function createPendingSpawnAsync<V, T>(actionAsync: () => Promise<V>, spawnAsync: (r…
/expo/packages/@expo/package-manager/src/utils/
H A Dspawn.ts19 actionAsync: () => Promise<V>,
30 actionAsync()