Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure priority of tasks #6

Open
maxdd opened this issue May 18, 2017 · 1 comment
Open

Ensure priority of tasks #6

maxdd opened this issue May 18, 2017 · 1 comment

Comments

@maxdd
Copy link

maxdd commented May 18, 2017

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,

@Toshik
Copy link
Owner

Toshik commented May 29, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants