Closed aroberge closed 8 years ago
Closing this issue as webworkers currently require separate scripts to be run. However, perhaps Javascript Promise (https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise) will allow threads to be implemented in Brython. If/when something akin to threads is supported in Brython, I will revisit this issue.
It would be very useful if (Python) threads could be simulated, perhaps using web workers. I have no idea if it is possible to do so.