Trees | Indices | Help |
|
---|
|
object --+ | Task --+ | Homunculus
A worker thread which services a queue of callables.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Raises KeyboardInterrupt in the Task thread, only if it's running something.
|
Enqueues argv[0](*argv[1:], **kw). For example: >>> myHomunculus.do(sys.stdout.write, 'Hello world') causes this to happen in the Task thread: >>> sys.stdout.write('Hello world') |
Override this method to make the Task thread do something.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Dec 19 22:18:45 2011 | http://epydoc.sourceforge.net |