50 std::lock_guard guard{ _mutexRet };
67 subprocess::Popen* _p;
68 std::vector<std::string> _cmd;
76 static bool Exec(
const std::vector<std::string>& cmd,
Result& result);
85 static void _thread_exec(
void* p);
88 static std::string _read(
Instance& instance);