eidheim / tiny-process-library

A small platform independent library making it simple to create and stop new processes in C++, as well as writing to stdin and reading from stdout and stderr of a new process
MIT License
338 stars 73 forks source link

Use std::lock_guard instead of manual lock/unlock calls #4

Closed dacap closed 8 years ago

dacap commented 8 years ago

I didn't test the Unix port, but I think it should compile/work.

eidheim commented 8 years ago

Thank you again, I'll look through all of your changes Tomorrow hopefully and merge it then.

dacap commented 8 years ago

You're welcome. There are other changes, but I need these first so I can continue sending you new PRs. Tell me if you find something wrong. :+1: