You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thread.abort_on_exception raises the exception from the dying thread on the main thread.
This by itself does not guarantee that the whole process will die (as desired).
Main threads should just sleep and do nothing and not have exception handlers to ensure the desired behavior.
The text was updated successfully, but these errors were encountered:
Thread.abort_on_exception raises the exception from the dying thread on the main thread.
This by itself does not guarantee that the whole process will die (as desired).
Main threads should just sleep and do nothing and not have exception handlers to ensure the desired behavior.
The text was updated successfully, but these errors were encountered: