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

Need .stop in addition to .pause #414

Open
arjunguha opened this issue Nov 2, 2018 · 1 comment
Open

Need .stop in addition to .pause #414

arjunguha opened this issue Nov 2, 2018 · 1 comment

Comments

@arjunguha
Copy link
Member

Based on discussion with @joydeep-b . In this state, event handlers are cancelled and discarded.

@joydeep-b
Copy link
Collaborator

@arjunguha I've been thinking about this, and I think there is also a bug in the existing .pause implementation. The current .pause implementation does not mask or defer window handler events when the user program is paused. The correct implementation might be to either queue up such events when paused, and release them once un-paused. In any case, when paused, window events should not result in continuation.

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