Hacker News new | ask | show | jobs
by hinkley 305 days ago
> JS has traditional threads in the form of web workers.

There is no language I’m aware of where workers behave like “traditional threads”. They’re isolates. Not threads.