]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: avoid excessive evals
authorEric Wong <e@80x24.org>
Sun, 10 Jan 2021 12:15:03 +0000 (12:15 +0000)
committerEric Wong <e@80x24.org>
Tue, 12 Jan 2021 03:51:42 +0000 (03:51 +0000)
commit9fd84b74b80eb98855d57f438e88ba9285b3d9a6
tree5a56455b7807f63c1377a44c1a9dd7f6e6d3bc4a
parentc17c44d9e0ef28f0f0521656f335f836ad8b7754
ipc: avoid excessive evals

We should not need an eval for warning with our code base.
Nowadays, dwaitpid() automatically does the right thing
regardless of whether we're in the event loop, so no eval
is needed there, either.
lib/PublicInbox/IPC.pm