boost::process async io and reading stdout line by line
11 May
2017
11 May
'17
8:10 a.m.
Hi, Is it possible to use boost::process async io and reading the stdout line by line? Thanks. -- Regards, niXman ___________________________________________________ Dual-target(32 & 64-bit) MinGW-W64 compilers for 32 and 64-bit Windows: https://sf.net/p/mingw-w64/
29 May
29 May
12:38 p.m.
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_... instead of async_read. Best regards -- Juan :wq
2738
Age (days ago)
2756
Last active (days ago)
1 comments
2 participants
participants (2)
-
Juan Ramírez
-
niXman