|
|
|
|
|
by eueueu
4030 days ago
|
|
Javascript is not an operating system. There aren't many operations in javascript which will block. The only real issue is that your javascript code executes in the same thread as UI. Which just means you need to think a bit harder about keeping it responsive. "Start threads!" in programming is usually a lazy hack. |
|
What's the benefit you get from programming like that?