Kohkimakimoto\Worker\HttpServer\HttpServer::shutdown PHP Method

shutdown() public method

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