1

I was perusing some answers but they were very old. Does somebody know about the latest development in this regard?

Also is there any chance that JS will become multi-threaded in the near future?

Related Question:- link

  • https://developer.mozilla.org/en-US/docs/Glossary/Thread – Diego D Jan 03 '23 at 18:55
  • 1
    No, Javascript is single threaded. But you have had the ability to use multiple threads for a long time now with Webworkers that basically spins up another JS runtime were you can send / receive messages from. Aka IPC.. But due to the async nature of Browsers often Webworkers are overkill. – Keith Jan 03 '23 at 19:04
  • @Keith Your comment makes more sense as an answer to the question – Vasiliy Artamonov Jan 03 '23 at 19:15

0 Answers0