]> Sergey Matveev's repositories - public-inbox.git/commit
searchidxshard: use PublicInbox::IPC to kill lots of code
authorEric Wong <e@80x24.org>
Sun, 3 Jan 2021 02:06:12 +0000 (02:06 +0000)
committerEric Wong <e@80x24.org>
Sun, 3 Jan 2021 18:30:29 +0000 (18:30 +0000)
commitbf8df8160076d7a1231e0858ca4c243df3b7c860
treeba3de09e8fbe004b167feeab108ce92dfdc51a51
parent5fd4a152ee0d43227582783a0641dda4e56efe91
searchidxshard: use PublicInbox::IPC to kill lots of code

It's nice to prove the new code works by swapping it into
the current V2Writable / SearchIdxShard packages.  This is
only the first step for the core bits, and we'll be able
to delete more code in a subsequent patch.
lib/PublicInbox/IPC.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchIdxShard.pm
lib/PublicInbox/V2Writable.pm