https://gist.github.com/sshillo/492e441d2d94745560c1#file-gistfile1-clj-L49

I'm playing with the pipeline's from his videos. I need to be message 
dependencies in the pipeline which may not be the best idea, but anyways, 
when I run the test method things hang.

If I replace (<! (async/onto-chan out val)) with (doseq [v val] (>! out v)) 
on line 49, then everything works fine. I'm not exactly sure why this is 
the case. Any thoughts would be greatly appreciated.

-- 
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/d/optout.

Reply via email to