]> Sergey Matveev's repositories - public-inbox.git/commit
daemon: kill_workers: eliminate unnecessary loop
authorEric Wong <e@80x24.org>
Sun, 20 Dec 2020 06:30:15 +0000 (06:30 +0000)
committerEric Wong <e@80x24.org>
Sun, 20 Dec 2020 20:39:14 +0000 (20:39 +0000)
commite77241850763dea9995381f3c0c7b354aa791cc0
tree3b46b4f3e4c33718f3587293cccfd3e7a7342a00
parentdf708a4f7c4d62ef685ccf9868c78ff2709c1f40
daemon: kill_workers: eliminate unnecessary loop

The `kill' perl op takes multiple PIDs, so there's no need to
iterate through the %pids hash.
lib/PublicInbox/Daemon.pm