What is mask behind
?
#634
-
I understand making, but there seems to be a variant of it with syntax |
Beta Was this translation helpful? Give feedback.
Answered by
TimWhiting
Dec 21, 2024
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hmm, I feel like it is a pretty good explanation, but let me try to explain it the same, with examples:
So let's consider multiple of the same effect on the stack. With simple masking we can skip a handler.
However let's say we want to override the outer handler (hide it from all code below the inner handler) - all throws must go through the inner to get to the outer. (In other words w…