作者 邓超

1

@@ -26,6 +26,7 @@ function start(){ @@ -26,6 +26,7 @@ function start(){
26 while (true){ 26 while (true){
27 co::sleep(9999); 27 co::sleep(9999);
28 } 28 }
  29 +
29 },true); 30 },true);
30 31
31 32
@@ -73,6 +74,7 @@ function start(){ @@ -73,6 +74,7 @@ function start(){
73 co::defer(function () use (&$start_num,$worker_id){ 74 co::defer(function () use (&$start_num,$worker_id){
74 // _echo('正常关闭进程('.$worker_id.')下的协程('.co::getCid().')'); 75 // _echo('正常关闭进程('.$worker_id.')下的协程('.co::getCid().')');
75 $start_num--; 76 $start_num--;
  77 + \Lib\Log::getInstance()->write();
76 }); 78 });
77 79
78 }); 80 });