$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost::process async io and reading stdout line by line
From: Juan RamÃrez (jramirez.uy_at_[hidden])
Date: 2017-05-29 12:38:33
Hi,
It is indeed possible.
You just need to use async_read_until
<http://www.boost.org/doc/libs/1_46_1/doc/html/boost_asio/overview/core/line_based.html>
instead of async_read.
Best regards
-- Juan :wq