Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

multithreading in javascript

JavaScript does not support multi-threading because the JavaScript interpreter in the browser is a single thread (AFAIK). Even Google Chrome will not let a single web page's JavaScript run concurrently because this would cause massive concurrency issues in existing web pages
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #multithreading #javascript
ADD COMMENT
Topic
Name
5+6 =