Watching process output with libevent
Posted Sat, 11 Oct 2008
I started really learning libevent today. The API docs for libevent are pretty
good, but I'm having trouble finding good examples that use it. To that end,
I'll provide my own. This one uses a bufferevent to watch stdout on a child
process.
Code: libevent-execwatch.c