Open maxdd opened 7 years ago
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,
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.
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,