Re: [Live-devel] correct way to use TaskScheduler::unscheduleDelayedTask?

2016-08-24 Thread Helmut Grohne
On Tue, Aug 23, 2016 at 05:14:04PM +0200, Ross Finlayson wrote: > Furthermore, once a ‘scheduled task’ has occurred, its ‘TaskToken’ is no > longer valid, and should not be used again. Therefore, you MUST NOT call > “unscheduleDelayedTask()” (or “rescheduleDelayedTask()”) on a ‘TaskToken’ > aft

Re: [Live-devel] correct way to use TaskScheduler::unscheduleDelayedTask?

2016-08-24 Thread Helmut Grohne
Thank you for the quick reply. On Tue, Aug 23, 2016 at 05:14:04PM +0200, Ross Finlayson wrote: > I’m not sure I understand the motivation for your question, because > “unscheduleDelayedTask()” is a function that should be called only rarely. > Note that once a ‘schedule task’ has occurred (once