method

abort_on_exception=

v2_1_10 - Show latest stable - Class: Thread
abort_on_exception=(p1)
public

When set to true, all threads (including the main program) will abort if an exception is raised in this thr.

The process will effectively exit(0).

See also #abort_on_exception.

There is also a class level method to set this for all threads, see ::abort_on_exception=.