mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fixes in process kill.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user