[Twisted-Python] callLater

Eduardo Matus ematus at gmail.com
Thu Jan 17 14:09:35 MST 2008


hey all....

is there a way to add tasks  and then run the timer in callLater from the
reactor class??
like sched module in python...

because if I want to call 2 different functions at the "same" time..

reactor.callLater(3,f)
reactor.callLater(3,g)

the 'g' function will be called 'n' seconds after the 'f' method....

thks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20080117/3ca94e17/attachment.htm 


More information about the Twisted-Python mailing list