CCF
|
#include <process_launcher.h>
Inherits asynchost::ProcessPipe.
Public Member Functions | |
ProcessReader (std::string name) | |
void | start (pid_t pid) |
![]() | |
ProcessPipe () | |
virtual | ~ProcessPipe ()=default |
uv_stream_t * | stream () |
Additional Inherited Members | |
![]() | |
with_uv_handle () | |
with_uv_handle (const with_uv_handle< uv_pipe_t > &that)=delete | |
with_uv_handle (with_uv_handle< uv_pipe_t > &&that)=delete | |
virtual | ~with_uv_handle ()=default |
void | close () |
![]() | |
pid_t | pid = 0 |
![]() | |
uv_pipe_t | uv_handle |
Read the output of a process line by line and print each one to our logs.
|
inline |
|
inline |