Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/api/rest/cache/
H A DwrapFetchWithCache.ts23 const lockPromiseForKey: Record<string, Promise<any>> = {}; constant
34 if (!lockPromiseForKey[key]) {
35 lockPromiseForKey[key] = Promise.resolve();
38 const takeLockPromise = lockPromiseForKey[key];
39 lockPromiseForKey[key] = takeLockPromise.then(