Continue to call finalizers in the stack when a finalizer in a former scope raises an exception

This commit is contained in:
Guoqiang Zhang
2018-06-11 16:12:47 -04:00
parent 2a79f58ba3
commit a888bf182e
4 changed files with 29 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
Continue to call finalizers in the stack when a finalizer in a former scope raises an exception.