Hacker News new | past | comments | ask | show | jobs | submit login

That's the plan - as you can see here https://github.com/clojure/core.async/blob/master/src/main/c... we pick the fastest mechanism available for scheduling tasks depending on the environment. So that's MessageChannel for modern browsers, setImmediate for Node & IE 10, and setTimeout for everyone else.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: