改名
This commit is contained in:
@@ -4,15 +4,20 @@
|
||||
namespace HttpServer\Events;
|
||||
|
||||
|
||||
use Exception;
|
||||
use HttpServer\Events\Abstracts\Callback;
|
||||
|
||||
/**
|
||||
* Class OnWorkerExit
|
||||
* @package HttpServer\Events
|
||||
*/
|
||||
class OnWorkerExit extends Callback
|
||||
{
|
||||
|
||||
/**
|
||||
* @param $server
|
||||
* @param $worker_id
|
||||
* @throws \Exception
|
||||
* @throws Exception
|
||||
*/
|
||||
public function onHandler($server, $worker_id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user