]> git.localhorst.tv Git - blank.git/commit
Process
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 17 Nov 2016 15:51:27 +0000 (16:51 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 17 Nov 2016 16:34:49 +0000 (17:34 +0100)
commit8e75a34131e9fb04fb44a73f036da2aca872fa95
tree5e71f41a183894905f7a10847c07b43ceaf03989
parentcdcfdb33e9b625976909a9fb604b756a1a057788
Process

API for spawning and communicating with child processes

totally untested on win32; I'd be surprised if it even compiles
src/app/Process.hpp [new file with mode: 0644]
src/app/proc.cpp [new file with mode: 0644]
tst/app/ProcessTest.cpp [new file with mode: 0644]
tst/app/ProcessTest.hpp [new file with mode: 0644]