]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: add support for asynchronous callbacks
authorEric Wong <e@80x24.org>
Sun, 10 Jan 2021 12:15:01 +0000 (12:15 +0000)
committerEric Wong <e@80x24.org>
Tue, 12 Jan 2021 03:51:42 +0000 (03:51 +0000)
commita7e6a8cd68fb6d700337d8dbc7ee2c65ff3d2fc1
tree5750ba57e3411ad3675e774c60bf8c2e77d0d672
parentb90e8d6e02852c47d0c08198d8c7afb5dbe008d7
ipc: add support for asynchronous callbacks

Similar to git->cat_async, this will let us deal with responses
asynchronously, as well as being able to mix synchronous and
asynchronous code transparently (though perhaps not optimally).
lib/PublicInbox/IPC.pm
t/ipc.t