LogikSim / LogikSimPython

Python prototype of a digital logic simulator
http://www.logiksim.org/
GNU General Public License v3.0
2 stars 1 forks source link

Make sure LogikSim either recovers or crashes on error instead of hanging #44

Open hacst opened 9 years ago

hacst commented 9 years ago

Currently a lot of error conditions leave LogikSim hanging. This is most likely due to threads not started as daemon still running in the background. To resolve this: