Searched refs:sleepAsync (Results 1 – 8 of 8) sorted by relevance
| /expo/apps/bare-expo/e2e/ |
| H A D | TestSuite-test.native.js | 3 import { sleepAsync } from './Utils'; 51 await sleepAsync(launchWaitingTime);
|
| H A D | Utils.js | 3 export const sleepAsync = (t) => new Promise((res) => setTimeout(res, t)); function
|
| /expo/packages/expo-dev-launcher/bundle/providers/ |
| H A D | DevSessionsProvider.tsx | 4 import { sleepAsync } from '../functions/sleepAsync'; 56 await sleepAsync(pollInterval);
|
| /expo/packages/expo-dev-launcher/bundle/functions/ |
| H A D | sleepAsync.ts | 1 export async function sleepAsync(ms: number) { function
|
| /expo/tools/src/commands/ |
| H A D | UpdateVersionsEndpoint.ts | 12 import { sleepAsync } from '../Utils'; 98 await sleepAsync(10);
|
| /expo/tools/src/ |
| H A D | Utils.ts | 56 export function sleepAsync(duration: number): Promise<void> { function
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 1245 …t.pollInterval,o=void 0===s?1e3:s;A(!0),u>0&&M()&&(yield w(),yield(0,l.sleepAsync)(o),x({pollAmoun… 1246 …,e,d){var n=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.sleepAsync=function(n){retu…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 1246 …t.pollInterval,o=void 0===s?1e3:s;A(!0),u>0&&M()&&(yield w(),yield(0,l.sleepAsync)(o),x({pollAmoun… 1247 …,e,d){var n=r(d[0]);Object.defineProperty(e,"__esModule",{value:!0}),e.sleepAsync=function(n){retu…
|