pjrinaldi / wombatforensics

linux c++, fox-toolkit, multi-threaded forensic gui tool
GNU General Public License v2.0
47 stars 12 forks source link

Exiting while still processing #303

Closed pjrinaldi closed 4 years ago

pjrinaldi commented 4 years ago

Should probably have some kind of message or other when trying to exit while still processing things...

pjrinaldi commented 4 years ago

I just cancel threads, exit gracefully, and then the program fully terminates when the running threads finish.

pjrinaldi commented 4 years ago

This works as tested.