diff options
author | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-04-07 18:32:02 +0300 |
---|---|---|
committer | Serhii Kostiuk <serhii.o.kostiuk@globallogic.com> | 2020-04-07 18:32:02 +0300 |
commit | e8481260d763f8827e0188e5cd53e613aa4bd305 (patch) | |
tree | 07ab35e586aafe56f688aa938f8af6143635e525 /AUTHORS | |
parent | b864bd066393e7a46f42eeffce3e7d3692e7c140 (diff) | |
download | libmts-e8481260d763f8827e0188e5cd53e613aa4bd305.tar.gz libmts-e8481260d763f8827e0188e5cd53e613aa4bd305.tar.bz2 libmts-e8481260d763f8827e0188e5cd53e613aa4bd305.zip |
Execute system commands without invoking system shell
Added several new methods to the MTS::System class:
- ```executeBackground``` - popen alternative, creates a pipe with the specified
mode and spawns a new process with specified arguments;
- ```closeBackground``` - pclose alternative, closes parent side of the pipe and
waits for the child process to finish its execution;
- ```execute``` - MTS::System::cmd alternative that allows to spawn child
processes directly without invoking system shell.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions