add killTransferrer
authorJoey Hess <joeyh@joeyh.name>
Tue, 8 Dec 2020 15:43:06 +0000 (11:43 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 8 Dec 2020 15:43:06 +0000 (11:43 -0400)
commitb9cfd15e906fc0fab6204ddf23aa8bf39c4c158e
treeb7963432b3537caec3f60b501610093cc2bd40be
parent822a8eadf89ca1c6dac7a2c4b999b22fda792966
add killTransferrer

There is redundant code in the assistant that does the same thing,
but that code uses a PID, not a ProcessHandle, and gets the PID from,
apparently, the TransferInfo transferPid (although I can't seem to find
where that gets set on non-windows).
Annex/TransferrerPool.hs