How to send an early response with Hono and continue executing
I am migrating a Google Cloud function to a Bun/Hono backend. My function is called from a sveltekit API endpoint and currently allows me an early response and continue to proceed with the rest of the code.