Hacker News new | ask | show | jobs
by IshKebab 2748 days ago
It's not about IO, it's about any long-running operation that can happen in a background thread. JS developers just think it is about IO because that's the only thing (web workers notwithstanding) in JS-land that can run in another thread.