Allow the Deferred returned by twisted.internet.task.deferLater to be cancelled

[email protected] Thu, 25 Feb 2010 01:43:18 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from exarkun <[email protected]>:

Cancelling a `Deferred` returned from `deferLater` should fail the `Deferred` with `CancelledError` and prevent the call to the function passed to `deferLater` from actually happening.


----------
Type     : enhancement
Component: core
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4318