Package Proxy :: Module Task :: Class Task
[hide private]
[frames] | no frames]

Class Task

source code


Instance Methods [hide private]
 
__init__(self) source code
 
spawn(self, path, args, env=None)
Start the task.
source code
 
finished(self, tid)
Check whether the task has finished.
source code
 
messages(self, tid)
Return task's messages.
source code
 
feed(self, tid, banana)
Feed the task.
source code
 
wait(self, tid)
Wait for the task to finish.
source code
 
abort(self, tid, sig=2)
Abort a task.
source code