Using PySide2, I have an auxiliary thread running a background event loop. Upon closing my app, I\'d like to quit() the auxiliary thread and wait
PySide2
quit()
wait