]> Sergey Matveev's repositories - public-inbox.git/commitdiff
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)
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).


No differences found