Add to Technorati Favorites

Archive for June 20th, 2013

Yet another cancelable Twisted deferred class

Thursday, June 20th, 2013 Posted under deferreds, python, twisted. | Comments Off on Yet another cancelable Twisted deferred class

I'm posting this (completely untested!) to illustrate how one could write a class to provide a Twisted deferred-like class, identical to the twisted.internet.defer.Deferred class, but which lets you call callback, ... Read more..