]> Sergey Matveev's repositories - public-inbox.git/commit
git: introduce async_wait_all
authorEric Wong <e@80x24.org>
Sat, 17 Oct 2020 08:04:24 +0000 (08:04 +0000)
committerEric Wong <e@80x24.org>
Sat, 17 Oct 2020 19:52:50 +0000 (19:52 +0000)
commit2686f6e69245aa32f9c2a286475ed91db776b065
tree5cdf184c4d738d18ddfbcf5c1042f52001b83742
parentc51b6340a05cf11f7b0b3bb978288ade2f930c4a
git: introduce async_wait_all

->cat_async and ->check_async may trigger each other (in future
callers) while waiting, so we need a unified method to ensure
both complete.  This doesn't affect current code, but allows us
to slightly simplify existing callers.
lib/PublicInbox/Git.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm