Kraken\Stream\AsyncStreamReader::handleClose PHP Method

handleClose() public method

Handle close.
public handleClose ( )
    public function handleClose()
    {
        $this->pause();
        parent::handleClose();
    }