Comments on: Solving Problems With Asynchrony: Pipelining C#4 offers some but not all of these primitives; this library dates back to C#2. Once C# 5 is out with async I think they'll have almost all the primitives I've written. :) C#4 offers some but not all of these primitives; this library dates back to C#2. Once C# 5 is out with async I think they’ll have almost all the primitives I’ve written. :)

]]>
By: Peter Christensen/2011/05/19/solving-problems-with-asynchrony-pipelining/#comment-4574 Peter Christensen Thu, 19 May 2011 17:11:12 +0000 Dude, your code is what like I want to do some day. =) This series post about Asynchrony I liked pretty much, but, I got confused about the implementation possibilities using the other techniques of programing. A simple program, something very simple (really very simple), just to compare this techniques will be nice to understand the process of them. Now, I can't understand pretty well how them working together. What do you think about this? Thanks for your series about asynchrony because of that, I am really trying to do a better code (as always, but more focused in optimized code). =) Dude, your code is what like I want to do some day. =)
This series post about Asynchrony I liked pretty much, but, I got confused about the implementation possibilities using the other techniques of programing. A simple program, something very simple (really very simple), just to compare this techniques will be nice to understand the process of them. Now, I can’t understand pretty well how them working together.
What do you think about this?
Thanks for your series about asynchrony because of that, I am really trying to do a better code (as always, but more focused in optimized code). =)

]]>