[Twisted-Python] Deferred on PyPI

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Wed Dec 9 18:30:13 MST 2009


On 12:12 am, glyph at twistedmatrix.com wrote:
>
>When Deferred is in the standard library, it will enable communication 
>between code written for different asynchronous backends, which is not 
>currently possible.

Let's be careful how we talk about Deferred, particularly when involving 
the standard library.  Communication is currently possible, but involves 
using whatever interface each different system uses.  Deferred is, as 
always, about providing a uniform interface.

Jean-Paul




More information about the Twisted-Python mailing list