コード例 #1
0
ファイル: SwooleProxy.php プロジェクト: szyhf/DIServer
 public function OnFinish(\swoole_server $server, $task_id, $taskResult)
 {
     Event::Listen('OnFinish', [&$server, &$task_id, &$taskResult]);
     $this->workerServer->OnFinish($server, $task_id, $taskResult);
 }
コード例 #2
0
ファイル: SwooleProxy.php プロジェクト: xingcuntian/DIServer
 public function OnFinish(\swoole_server $server, $task_id, $taskResult)
 {
     $this->workerServer->OnFinish($server, $task_id, $taskResult);
 }