Thanks for all the replies. I accidentally left out the close! When I contrived 
the example. I am using core.async for a discrete event simulation system. 
There are hundreds of go blocks all doing little but putting a sequence of 
events onto a channel and one go block advancing taking these events and 
advancing the time similar to simpy.readthedocs.org/

The basic one car example under the previous link executes about 10 times 
faster than the same example using core.a sync.

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to