withTaskCancellationShield: Making Swift's Cleanup Code Actually Run (SE-0504, Swift 6.4)
Ever wrap a token revoke, a lock release, or a rollback in defer, only to have that exact call skip itself the moment the task gets cancelled? It's not a bug in your code — it's how cancellation is supposed to work, and it's exactly