type alias WaitUntilHost Since 0.2.0 A sink that keeps a Worker alive until the promise settles. import { waitUntil } from 'cloudflare:workers' satisfies this directly. Definition (promise: Promise<unknown>) => void