Revert "async exception safety for coprocesses"

This reverts commit 7013798df5.
This commit is contained in:
Joey Hess 2020-07-06 15:11:28 -04:00
parent 6b8c961e1f
commit d66fc1a464
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
5 changed files with 32 additions and 48 deletions

View file

@ -4,7 +4,7 @@
date="2020-06-04T19:39:23Z"
content="""
I've converted everything to withCreateProcess, except for process pools
(P2P.IO, Assistant.TransferrerPool, Utility.CoProcess (update: done),
(P2P.IO, Assistant.TransferrerPool, Utility.CoProcess,
Remote.External (update: done),
and P2PSshConnectionPool), which need to be handled as discussed in
comment 8. And also Git.Command.pipeReadLazy may (or may not) need to be