Hacker News new | ask | show | jobs
by jeremiep 4128 days ago
Clojure's core.async library works wonders in ClojureScript giving you channel primitives and coroutines.

I've never tried using them across web workers however.