]> Sergey Matveev's repositories - public-inbox.git/commit
git_async_cat: use awaitpid
authorEric Wong <e@80x24.org>
Fri, 10 Feb 2023 08:56:41 +0000 (08:56 +0000)
committerEric Wong <e@80x24.org>
Fri, 10 Feb 2023 11:01:32 +0000 (11:01 +0000)
commit69eb1cbf5fed2a311b5692b09a8d074745fe63ac
tree0158687e65565f853fb8c6714a9240a8b12f9ec2
parent8a1708f40df5f8d367f032eef746e5390f614a50
git_async_cat: use awaitpid

While awaitpid already registered a no-op callback in
_bidi_pipe, we can still call it again when registering it into
our event loop to ensure EPOLL_CTL_DEL fires.
lib/PublicInbox/GitAsyncCat.pm