]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
cindex: use timer for inits
authorEric Wong <e@80x24.org>
Wed, 25 Oct 2023 00:29:44 +0000 (00:29 +0000)
committerEric Wong <e@80x24.org>
Wed, 25 Oct 2023 07:28:46 +0000 (07:28 +0000)
commitc125385d752833853ca48100312f4522d2b5087d
tree735e1f6df821dbd6d945a5e2567bb856742d9d6f
parent74fd2b014d1cc4a6d52d721b8994da44f989b374
cindex: use timer for inits

We'll need to be in the event loop to use run_await in parallel,
so we can't start processes outside of it.  This change isn't
ideal, but it likely keeps the rest of our (hotter) code simpler.
lib/PublicInbox/CodeSearchIdx.pm