[Ipython-tickets] [IPython] #242: asynclient.AsynTaskClient.get_task_result behavior
IPython
ipython-tickets@scipy....
Thu Apr 3 18:42:02 CDT 2008
#242: asynclient.AsynTaskClient.get_task_result behavior
----------------------+-----------------------------------------------------
Reporter: yichun | Owner: bgranger
Type: defect | Status: new
Priority: normal | Milestone:
Component: ipython1 | Version:
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
asynclient.AsynTaskClient.get_task_result(id) returns a Deferred that was
soon triggered with "None" as its result when the task is not finished. Is
this the purposed behavior of get_task_result?
How can I write a asynchronous program using TaskClient interface? I would
like to generates Deferreds with callbacks being called while tasks are
finished.
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/242>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list