datalad / datalad-gooey

A graphical user interface for DataLad (datalad.org)
https://docs.datalad.org/projects/gooey
Other
4 stars 6 forks source link

Handle running threads with `closeEvent` #324

Closed mih closed 1 year ago

mih commented 1 year ago

With "long" running threads we can get to a situation, where a thread is still trying to report results to a main window that no longer exists.

On a close event we need to check for running threads and we need to ask a user whether to kaboom them, or wait till they are done.

mih commented 1 year ago

This is done in https://github.com/datalad/datalad-gooey/pull/322