MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / resolveAllDone

Function resolveAllDone

packages/cloudflare/src/flush.ts:53–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51export function makeFlushLock(context: ExecutionContext): FlushLock {
52 const registry = getOrCreateFlushLockRegistry(context);
53 let resolveAllDone: () => void = () => undefined;
54 const allDone = new Promise<void>(res => {
55 resolveAllDone = res;
56 });

Callers 1

makeFlushLockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected