Dataflow Programming - Patterns and Frameworks

Posted by Styrac on Stack Overflow See other posts from Stack Overflow or by Styrac
Published on 2008-09-16T13:06:07Z Indexed on 2010/04/07 8:43 UTC
Read the original article Hit count: 471

I just came across the proposed Boost::Dataflow library. It seems like an interesting approach and I was wondering if there are other such alternative frameworks for C++, and if there are any related design patterns. I have not ruled out Boost::Dataflow, I am just looking into any available alternatives so I can understand the domain and my options better (or roll my own if necessary).

© Stack Overflow or respective owner

Related posts about c++

Related posts about design-patterns