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-21 20:05:53 +02:00
2011-10-25 09:07:16 +02:00
2011-10-24 11:27:06 +02:00
2011-10-21 20:05:53 +02:00
2011-10-20 19:52:49 +02:00

Entropy Package Manager README file. This is a one-man crusade.
===============================================================

This section will be hopefully filled soon.
S
Description
No description provided
Readme 136 MiB
Languages
Python 98.8%
Shell 0.7%
Makefile 0.4%