Hello,&nbsp; <br><br>I want to group several calls to a function() that returns a deferred into a DeferredList so that I can add<br>callbacks that will fire once each call to function() has returned.<br>Furthermore, I want to arrange it so that this process repeats every X seconds.<br>
The problem I&#39;m having is understanding how I can combine the concept of a<br>DeferredList with task.LoopingCall in this scenario. Or is that even the right approach to take?<br><br>Thanks,<br>-Jake<br>