]> Sergey Matveev's repositories - public-inbox.git/commitdiff
use PublicInbox::DS for dwaitpid
authorEric Wong <e@80x24.org>
Thu, 31 Dec 2020 13:51:49 +0000 (13:51 +0000)
committerEric Wong <e@80x24.org>
Fri, 1 Jan 2021 05:00:40 +0000 (05:00 +0000)
This simplifies our code and provides a more consistent API for
error handling.  PublicInbox::DS can be loaded nowadays on all
*BSDs and Linux distros easily without extra packages to
install.

The downside is possibly increased startup time, but it's
probably not as a big problem with lei being a daemon
(and -mda possibly following suite).


No differences found