I am modifying a commandline tool that is interactive (like ftp ) How Can I write a thread that logs all stdin and stdout so the thread doesnt block the process (async) ?
thx.
I am modifying a commandline tool that is interactive (like ftp ) How Can I write a thread that logs all stdin and stdout so the thread doesnt block the process (async) ?
thx.