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

Interactive stdout & stop button #50

Open
gjz010 opened this issue Jul 21, 2020 · 2 comments
Open

Interactive stdout & stop button #50

gjz010 opened this issue Jul 21, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@gjz010
Copy link

gjz010 commented Jul 21, 2020

For computations that need a long time (e.g. GPU acceleration case), the user may expect to see output as long as they are printed, rather than after all computation tasks have completed.

Also, since the computation is in WebWorker now, a button for killing the program in execution would be favoured, e.g. using Worker.terminate()

@AGDholo AGDholo added the enhancement New feature or request label Jul 24, 2020
@imtsuki
Copy link
Member

imtsuki commented Jul 24, 2020

Currently all outputs are stored in an array and only sent back after the whole execution is done. Yes, we should use something like posting messages or a shared buffer to get real-time outputs.

@AGDholo
Copy link
Member

AGDholo commented Jul 26, 2020

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

No branches or pull requests

3 participants