[Twisted-Python] combining addCallback and callLater ?

2008-12-16 Thread Arye
Dear list, I would like to add a callback that delays the chain. In other words I would like to combine: defer.Deferred().addCallback and reactor.callLater The only solution I came up with was the code below. There must be a more elegant way to do this. Any ideas would be greatly appreciated, Al

[Twisted-Python] Re: combining addCallback and callLater ?

2008-12-29 Thread Arye
Hello and thanks for your time. Regards, I've already written this some times: > > d1.addCallback(5, reactor.callLater, d2.callback, "firelater") > > Hope this, helps, > > -- > Amaury Forgeot d'Arc > > On Tue, Dec 16, 2008 at 5:29 PM, Arye