Live data from Hacker News

Building a Rust Runtime for TypeScript

encore.dev

1–2 of 2 posts

Re: Building a Rust Runtime for TypeScript

#2
Great post. The CancellationGuard pattern for dropped Rust futures while the JS handler is still mid-flight is interesting. How often does that actually fire in production? And when it does, does the background-spawned handler completion ever conflict with graceful shutdown/container drain?