29 Jul
2014
29 Jul
'14
6:24 a.m.
Le 28/07/14 15:55, Journeyer J. Joh a écrit :
Hello list!
I'd like to find a good approach to implement the Pipe and Filters pattern with boost. Could someone recommend me some useful boost library for this purpose? I only know asio.
Is there any known example source code for this - Pipe and Filters pattern with boost.
Hi, There is a draft in the upcoming C++14 standard that covers this area: N3534 C++ Pipelines http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3534.html There is also a GSoC Boost Pipilenes project https://github.com/erenon/pipeline. If you want to collaborate, I 'm sure there is much more to do. Any feedback is also welcome. Best, Vicente