Why does failing to call a callback result in a panic? #1373
Unanswered
CMCDragonkai
asked this question in
Q&A
Replies: 1 comment
-
You may ought to check this out? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have 2 pieces of code here, one of them throws an exception properly, and the other results in a panic.
In the second case, if I give it a bad function:
I get a panic like this:
What makes a callback failure a panic?
Beta Was this translation helpful? Give feedback.
All reactions