assisi / assisipy

Python API for the ASSISI|bf project.
Other
0 stars 3 forks source link

Make reading-update threads non-daemonic #67

Open dmiklic opened 8 years ago

dmiklic commented 8 years ago

Using daemon thread is discouraged, because they can't release their resources proprerly:

https://docs.python.org/2/library/threading.html#thread-objects