[Twisted-Python] Re: C++ implementation of Deferreds

Itamar Shtull-Trauring itamar at itamarst.org
Fri Jun 17 13:13:56 EDT 2005


On Fri, 2005-06-17 at 13:03 -0400, Tom Cocagne wrote:

>     After re-reading my message, I can see that I wasn't very clear.
> I'm actually looking for a Deferred implementation as a library that's
> usable from C++ rather than a C/C++ implementation to speed up
> Twisted. I'm working on a hybrid Python / C++ project and would like
> to be able to use the same Deferred mechanism within C++ that I get
> from Twisted + Python.

That does sound useful. I've written Fusion
(http://itamarst.org/software/) which lets you implement Twisted
protocols in C++. Adding a Deferred-like class to that would be nice. If
this class could, via some automagic, also hook up to Python Deferreds
that would be even better.





More information about the Twisted-Python mailing list