$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Pipe and Filters pattern with boost?
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2014-07-28 11:19:41
2014-07-28 15:55 GMT+02:00 Journeyer J. Joh <oosaprogrammer_at_[hidden]>:
>
> Is there any known example source code for this - Pipe and Filters pattern
> with boost.
>
boost.coroutine contains an example which is similar to pipes-and-flters:
coroutine/example/cpp03/asymmetric/chaining.cpp