I'm not sure I understand this statement:

"I need to be message dependencies in the pipeline which may not be the
best idea"

Can you explain?

Thanks,

Timothy


On Fri, May 30, 2014 at 4:59 PM, Sean Shillo <s...@adaptly.com> wrote:

> 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.
>



-- 
“One of the main causes of the fall of the Roman Empire was that–lacking
zero–they had no way to indicate successful termination of their C
programs.”
(Robert Firth)

-- 
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