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

Prioritize Signals #14

Open
zebulonj opened this issue Jul 27, 2015 · 0 comments
Open

Prioritize Signals #14

zebulonj opened this issue Jul 27, 2015 · 0 comments

Comments

@zebulonj
Copy link
Owner

Allow prioritization of signals. Two levels: normal and background. Background signals should only be processed after all pending normal signals are processed. For example, we want user input to be processed immediately, when when tiles are loading asynchronously.

There are some risks of signals being processing in an inappropriate order, if this is not used carefully. Background priority should only be used for signals for which the order of processing does not matter.

Related to #10.

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

No branches or pull requests

1 participant