add support for python threads (python threads are just running when the mainloop
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 2 Jan 2007 14:31:48 +0000 (14:31 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 2 Jan 2007 14:31:48 +0000 (14:31 +0000)
commit4ca6dd275393344b9a27cfb2e5a755a4d74a414f
tree18c8ff764744d643c4835dfb14b1f3123be649a8
parentbfa525d0451df77a28db6ce21ec45f00b89661a8
add support for python threads (python threads are just running when the mainloop
is idle)
add ePythonMessagePump class for interthread communication
lib/base/ebase.cpp
lib/base/message.h
lib/python/enigma_python.i
lib/python/python.cpp