Hacker News new | ask | show | jobs
by lelanthran 816 days ago
> IMO the biggest reason to avoid threads is simply that it's ~impossible to write safe code using threads (e.g. without race conditions).

Javascript has race conditions too, even with no threads involved.