hey all....<br><br>is there a way to add tasks&nbsp; and then run the timer in callLater from the reactor class??<br>like sched module in python...<br><br>because if I want to call 2 different functions at the &quot;same&quot; time..
<br><br>reactor.callLater(3,f)<br>reactor.callLater(3,g)<br><br>the &#39;g&#39; function will be called &#39;n&#39; seconds after the &#39;f&#39; method....<br><br>thks <br>