]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: DESTROY and wq_workers methods
authorEric Wong <e@80x24.org>
Sun, 10 Jan 2021 12:15:08 +0000 (12:15 +0000)
committerEric Wong <e@80x24.org>
Tue, 12 Jan 2021 03:51:42 +0000 (03:51 +0000)
commitc1339190c4d682db1cb23331ff0c247f42e3904f
tree5735205eebb88db1c5b3fa956d9c368c5efadb43
parent1ff129f4429686f6dfcde565574f05b21986f6a0
ipc: DESTROY and wq_workers methods

We'll enable automatic cleanup when IPC classes go out-of-scope
to avoid leaving zombies around.

->wq_workers will be a useful convenience method to change
worker counts.
lib/PublicInbox/IPC.pm
t/ipc.t