"Alexander Nasonov" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> graydon hoare wrote:
> > an inter-thread pipe might also be referred to as a synchronization
> > channel, if you want to avoid confusion about names (pipes being a
> > particular OS object).
> >
> > -graydon
>
> Synchronization channel sounds good except that stream names are too long.
>
> synchronization_channel channel; // good
>
> // too long?
> synchronization_channel_istream in(channel);
> synchronization_channel_ostream out(channel);
>

What about shell_stream ?

regards,
bohdan



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to