Home
last modified time | relevance | path

Searched defs:sleepAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-dev-launcher/bundle/functions/
H A DsleepAsync.ts1 export async function sleepAsync(ms: number) { function
/expo/apps/bare-expo/e2e/
H A DUtils.js3 export const sleepAsync = (t) => new Promise((res) => setTimeout(res, t)); function
/expo/tools/src/
H A DUtils.ts56 export function sleepAsync(duration: number): Promise<void> { function