-
Andy Yates authored
Adding the scope guard which is a way we can cause code to be executed even during a die. Very useful for non-global resource cleanup operations (finally blocks)
Andy Yates authoredAdding the scope guard which is a way we can cause code to be executed even during a die. Very useful for non-global resource cleanup operations (finally blocks)
Loading