Files
entropy/lib
Fabio Erculiani 50ac881f8b [entropy.misc] TimeScheduled: handle race condition between kill() and run()
kill() might get called before run() can actually set self.__alive = 1.
This would cause run() to reset self.__alive to 1 after kill() has set
it to 0. Use a simple Lock() to make possible to communicate this to run()
2011-10-25 17:16:20 +02:00
..
2011-10-17 14:27:58 +02:00