Re: [Live-devel] FAQ #13 - exiting doEventLoop()

2009-10-26 Thread Ross Finlayson
I want to make return the doEventLoop() of a BasicTaskScheduler. I implemented the solution exposed in FAQ #13, it works and I could stay with it. My objection is for the need of a continuous run of the dummyTask(). Why could not it be invoked right after the watch variable setting? I made some

[Live-devel] FAQ #13 - exiting doEventLoop()

2009-10-26 Thread Domenico Andreoli
Hi, I want to make return the doEventLoop() of a BasicTaskScheduler. I implemented the solution exposed in FAQ #13, it works and I could stay with it. My objection is for the need of a continuous run of the dummyTask(). Why could not it be invoked right after the watch variable setting? I made