Fixes in process kill.

This commit is contained in:
Martín Lucas Golini
2025-11-27 13:31:01 -03:00
parent 1d2369ecf9
commit 69a5c8c3c2
5 changed files with 51 additions and 9 deletions

View File

@@ -243,6 +243,7 @@ class EE_API Process {
bool mShuttingDown{ false };
bool mKilled{ false };
bool mIsAsync{ false };
bool mKilling{ false };
size_t mBufferSize{ 131072 };
std::thread mStdOutThread;
std::thread mStdErrThread;