On Fri, Sep 02, 2022 at 03:18:59PM +0400, marcandre.lur...@redhat.com wrote:
> From: Marc-André Lureau
>
> This is a fairly straightforward implementation of the equivalent UNIX
> version.
>
> GLib uses _mkpipe() to setup the FDs. We take that for granted, and set
> the underlying named-pipes to
From: Marc-André Lureau
This is a fairly straightforward implementation of the equivalent UNIX
version.
GLib uses _mkpipe() to setup the FDs. We take that for granted, and set
the underlying named-pipes to nonblocking. This is done by other
projects as well (found on github), but I am not confid