Menu

#Abort

7 posts

Feed·
5 of 7 posts
Node.js Vercel Functions now support per-path request cancellation  - Vercel
📰
0

Node.js Vercel Functions now support per-path request cancellation - Vercel

Vercel News·Craig Andrews·4 days ago
#QlrM38rV

Vercel Functions using Node.js can now detect when a request is cancelled and stop execution before completion. This includes actions like navigating away, closing a tab, or hitting stop on an AI chat to terminate compute processing early.

15s
Read More
Making Rust Workers reliable: panic and abort recovery in wasm‑bindgen
📰
0

Making Rust Workers reliable: panic and abort recovery in wasm‑bindgen

The Cloudflare Blog·Guy BedfordHood ChathamLogan Gatlin·about 1 month ago
#OWWrPh45

Panics in Rust Workers were historically fatal, poisoning the entire instance. By collaborating upstream on the wasm‑bindgen project, Rust Workers now support resilient critical error recovery, including panic unwinding using WebAssembly Exception…

15s
Read More