This commit is contained in:
2023-12-12 15:35:38 +08:00
parent 827fb257ab
commit 84c253a9f6
17 changed files with 271 additions and 302 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Kiri;
class Coordinator
{
const WORKER_START = 'worker:start';
const string WORKER_START = 'worker:start';
private bool $waite = false;