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

User interaction events take priority over computation #4

Open
ggeorgovassilis opened this issue Mar 24, 2018 · 0 comments
Open

User interaction events take priority over computation #4

ggeorgovassilis opened this issue Mar 24, 2018 · 0 comments

Comments

@ggeorgovassilis
Copy link
Owner

Currently it seems that a queue of work packages is first drained before user interactions are being processed. This seems to happen on at least these two occasions:

  1. When the user stops a heavy simulation it should stops ASAP; instead the simulation continues for a while
  2. When the user rearranges an element the circuit should be updated immediately; again, the simulation seems to continue for a while before the circuit is updated
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

1 participant