]> Sergey Matveev's repositories - public-inbox.git/commit
Lock: new base class for writable lockers
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 19 Mar 2018 08:14:51 +0000 (08:14 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Mon, 19 Mar 2018 08:16:34 +0000 (08:16 +0000)
commit41bdfa63fa4c1a288e85720614436580fd0a9741
treefae66bfbf0049c2abeac5ed1072171ca2bc41d25
parent84e2b6ab9805b93174c5387740bea592064c80ea
Lock: new base class for writable lockers

This reduces code duplication needed for locking and
and hopefully makes things easier to understand.
MANIFEST
lib/PublicInbox/Import.pm
lib/PublicInbox/Lock.pm [new file with mode: 0644]
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/SearchIdxSkeleton.pm
lib/PublicInbox/V2Writable.pm