Kohkimakimoto\Worker\HttpServer\HttpServer::shutdown PHP 메소드

shutdown() 공개 메소드

public shutdown ( )
    public function shutdown()
    {
        if ($this->booted) {
            $this->socket->shutdown();
        }
    }