improve core start

This commit is contained in:
arm64v8a
2023-05-21 02:51:23 +00:00
parent 5668208cb8
commit 1b050dd3fb
4 changed files with 51 additions and 27 deletions

View File

@@ -35,10 +35,12 @@ namespace NekoRay::sys {
void Restart();
int start_profile_when_core_is_up = -1;
private:
bool show_stderr = false;
bool failed_to_start = false;
int restart_id = -1;
bool restarting = false;
};
// 手动管理