]> Sergey Matveev's repositories - public-inbox.git/commit
ipc: wq_do: support synchronous waits and responses
authorEric Wong <e@80x24.org>
Sun, 19 Sep 2021 12:50:20 +0000 (12:50 +0000)
committerEric Wong <e@80x24.org>
Sun, 19 Sep 2021 19:52:43 +0000 (19:52 +0000)
commit6082492b14ee2a24b0131ce0a99b26ee316a4d88
tree8a69104e1f7732336536720df232ea9fe08e028a
parented8cffcbe04d29a047fb3eb655f50b40e2eb5462
ipc: wq_do: support synchronous waits and responses

This brings the wq_* SOCK_SEQPACKET API functionality
on par with the ipc_do (pipe-based) API.
lib/PublicInbox/IPC.pm
t/ipc.t