Hacker News new | ask | show | jobs
by paulddraper 1005 days ago
JS has green threads.

Green threads imply only concurrency, not parallelism.

(JS also has parallelism, via worker threads, FYI)