]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei: consolidate the bulk of the IPC code
authorEric Wong <e@80x24.org>
Thu, 18 Feb 2021 20:22:24 +0000 (23:22 +0300)
committerEric Wong <e@80x24.org>
Fri, 19 Feb 2021 00:02:20 +0000 (20:02 -0400)
The backends for "lei add-external --mirror", "lei convert", and
"lei import" all share a similar pattern for spawning background
workers.  Hoist out the common parts to slim down our code base
a bit.

The LeiXSearch and LeiToMail workers for "lei q" remains a the
odd duck due to the deep pipelining and parallelization.


No differences found