TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

JavaScript is not single-threaded

2 点作者 elliotthill大约 1 年前

2 条评论

ttfkam大约 1 年前
You forgot to mention (Web)Workers. This is explicit creation, management, and communication with additional threads within JavaScript. What&#x27;s more, they&#x27;ve been around in JavaScript longer than the V8 engine has even existed!<p><a href="https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;API&#x2F;Web_Workers_API&#x2F;Using_web_workers" rel="nofollow">https:&#x2F;&#x2F;developer.mozilla.org&#x2F;en-US&#x2F;docs&#x2F;Web&#x2F;API&#x2F;Web_Workers...</a><p><a href="https:&#x2F;&#x2F;caniuse.com&#x2F;?search=webworkers" rel="nofollow">https:&#x2F;&#x2F;caniuse.com&#x2F;?search=webworkers</a>
1oooqooq大约 1 年前
what&#x27;s with js devs getting their egos more inflated the more incorrect they are?