]> Sergey Matveev's repositories - public-inbox.git/commit
Revert "ipc: add support for asynchronous callbacks"
authorEric Wong <e@80x24.org>
Sun, 7 Feb 2021 08:51:52 +0000 (08:51 +0000)
committerEric Wong <e@80x24.org>
Sun, 7 Feb 2021 22:57:04 +0000 (22:57 +0000)
commit2d610f0e645fd2b01bf9108b2d06022ab730815c
treeb4f0ea6655dd3de1d4cd72b70e441130b889f59e
parenta47d55c2f93cad83440ce20aa8bd971fa1501b56
Revert "ipc: add support for asynchronous callbacks"

This reverts commit a7e6a8cd68fb6d700337d8dbc7ee2c65ff3d2fc1.

It turns out to be unworkable in the face of multiple producer
processes, since the lock we make has no effect when calculating
pipe capacity.
lib/PublicInbox/IPC.pm
t/ipc.t