The PipeReader introduced in PR #340 holds a file handle to a unique Linux anonymous pipe. Therefore, we should prevent someone from trying to 'copy' a PipeReader class object. While there is currently no such use case in the repository, it is important to implement preventative measures before someone shoots himself in the foot.
The PipeReader introduced in PR #340 holds a file handle to a unique Linux anonymous pipe. Therefore, we should prevent someone from trying to 'copy' a PipeReader class object. While there is currently no such use case in the repository, it is important to implement preventative measures before someone shoots himself in the foot.