Hacker News new | ask | show | jobs
by 29athrowaway 959 days ago
Real JS concurrency = Worker threads, which already make use of channels for communication.

Promises are for asynchronous programming, which are not concurrent.