[Twisted-Python] Deferred in C++

Amaury Forgeot d'Arc amauryfa at gmail.com
Tue Oct 21 13:06:23 MDT 2008


On Tue, Oct 21, 2008 at 18:23, Matthew Glubb wrote:
> On 21 Oct 2008, at 17:14, Amaury Forgeot d'Arc wrote:
>
>> On Sat, Oct 18, 2008 at 22:34, Jamu Kakar <jkakar at kakar.ca> wrote:
>>>
>>> Hi,
>>>
>>> I've implemented Deferred in C++.  There is room for improvement and
>>> optimization, but the basic core works.
>>
>> Wonderful! Awesome!
>> So I am not the only one who tries to use Twisted concepts in C++.
>
>
> Browsing the squid source code the other day, I noticed that it too uses a
> deferred like device.

Do you know where it is? a class or function name? I could only find a
"DeferredRead" class,
which seems to be a wrapper around an asynchronous socket.

Twisted's (and Jamu's!) deferreds are much more versatile and apply to anything.

-- 
Amaury Forgeot d'Arc




More information about the Twisted-Python mailing list