JobManager.async_invoke() should accept Job instances.
authorW. Trevor King <wking@drexel.edu>
Tue, 19 Oct 2010 13:04:07 +0000 (09:04 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 19 Oct 2010 13:04:07 +0000 (09:04 -0400)
commitf3e81b0ddbd6da86c53a8d7fb4a4ea817a35b3c1
tree1075e562ddd9a00b815a82f0eefc0df47b0dc025
parent54d3c4daf189ec2534e0ec2dc337080222efe9fb
JobManager.async_invoke() should accept Job instances.

It used to attempt to construct them on its own, but with multiple
subclasses (e.g. InvokeJob), that becomes too difficult.
pysawsim/manager/__init__.py
pysawsim/manager/thread.py