Skip to content

Exit main thread if a worker thread terminates

Ahmon Dancy requested to merge main-I886ff2755c4fb81b42130e2e1b39dbf1033621ff into main

Terminate the main thread if a worker thread terminates.

Also:

  • add names to the worker threads to make them more easily
    identifiable in stack traces.

  • don't dump a stack trace if the user control-C's the program.

Bug: T351478


Related MRs:

Edited by Ahmon Dancy

Merge request reports