lagonapp / lagon

Deploy Serverless Functions at the Edge. Current status: Alpha
https://lagon.app
GNU Affero General Public License v3.0
1.33k stars 62 forks source link

Add `waitUntil` helper #998

Open cstrnt opened 1 year ago

cstrnt commented 1 year ago

Is your feature request related to a problem? Please describe. I want to be able to do some async work (e.g. caching a response, writing some data) without blocking the response

Describe the solution you'd like Basically the same like cloudflare workers has (https://developers.cloudflare.com/workers/runtime-apis/fetch-event/#waituntil)