marktoml / BarBot

AutoMatic Bartender Source
GNU General Public License v3.0
2 stars 0 forks source link

Hourglass cursor not 100% correct #2

Open marktoml opened 7 years ago

marktoml commented 7 years ago

It sometimes leaves itself hung in hourglass mode.

marktoml commented 7 years ago

The correct solution is to add a listener for each thread into Main.

http://stackoverflow.com/questions/702415/how-to-know-if-other-threads-have-finished

Will add that in the next release