Async defer in Swift 6.4: What SE-0493 Actually Changes
Cleanup code that needs to await something — releasing a pooled connection, closing a socket, flushing a buffer to disk — has never had a clean home in Swift. defer was built exactly for scope-based cleanup, but until now it couldn't do asynchronous work, so that cleanup ended up