]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: eliminate ipc_worker_stop method
authorEric Wong <e@80x24.org>
Sun, 10 Jan 2021 12:15:05 +0000 (12:15 +0000)
committerEric Wong <e@80x24.org>
Tue, 12 Jan 2021 03:51:42 +0000 (03:51 +0000)
commite82347d7990694c958a3d66ff8ca25b0b26560a3
treee9d01a73cf7a2555f4b39a9b2d1c37eb3f93ee26
parent862d18680dccc30ef6cc8044da925ec5085911b2
ipc: eliminate ipc_worker_stop method

We can just EOF the pipe, and instead rely on per-class
error handling to deal with uncommitted transactions and
what not.
lib/PublicInbox/IPC.pm