MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / waitUntil

Method waitUntil

apps/cloud/worker-configuration.d.ts:493–493  ·  view source on GitHub ↗
(promise: Promise<any>)

Source from the content-addressed store, hash-verified

491interface TestController {}
492interface ExecutionContext<Props = unknown> {
493 waitUntil(promise: Promise<any>): void;
494 passThroughOnException(): void;
495 readonly props: Props;
496}

Callers 9

server.tsFile · 0.65
flushTelemetryMethod · 0.65
shFunction · 0.65
shFunction · 0.65
shFunction · 0.65
withLocalServerFunction · 0.65

Calls

no outgoing calls

Tested by 3

shFunction · 0.52
shFunction · 0.52
shFunction · 0.52