📅  最后修改于: 2022-03-11 15:02:52.547000             🧑  作者: Mango
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