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()
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()