See 
https://github.com/clojure/core.async/blob/master/src/main/clojure/cljs/core/async/impl/dispatch.cljs
 - it uses one of MessageChannel[0], setImmediate[1] or setTimeout[2] depending 
on which is available in the current browser.

[0]: http://msdn.microsoft.com/en-us/library/windows/apps/hh441303.aspx
[1]: https://developer.mozilla.org/en-US/docs/Web/API/Window.setImmediate
[2]: https://developer.mozilla.org/en/docs/Web/API/window.setTimeout

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to