TickerScheduler icon indicating copy to clipboard operation
TickerScheduler copied to clipboard

Ensure priority of tasks

Open maxdd opened this issue 7 years ago • 1 comments

Hello, I was wondering how one can achieve priority with your library. Assume you have 2 tasks, one at 250ms and one at 2 seconds. How can you force the 8th 250ms task to be computed before the 2 seconds task?

Regards,

maxdd avatar May 18 '17 12:05 maxdd

For now task execution order is based on task index. You may order tasks in order you want to run it. Task 1 will be executed before task 2.

Toshik avatar May 29 '17 14:05 Toshik