mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-13 20:09:59 +02:00
Use custom process library for notifications
Instead of using Boost.Process here. Last usage of Boost.Process is for launching the child process.
This commit is contained in:
@@ -164,7 +164,14 @@ class Process {
|
||||
* non-zero exit code. Uses `posix_spawn()`, leaves file descriptors in
|
||||
* tact.
|
||||
*/
|
||||
StringResult spawn_get_stdout_line();
|
||||
StringResult spawn_get_stdout_line() const;
|
||||
|
||||
/**
|
||||
* Spawn the process, leave STDOUT, STDIN and STDERR alone, and return an
|
||||
* empty string if the program ran successfully. Uses `posix_spawn()`,
|
||||
* leaves file descriptors in tact.
|
||||
*/
|
||||
StatusResult spawn_get_status() const;
|
||||
|
||||
private:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user