You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Expose PIDFD_NONBLOCK as os.PIDFD_NONBLOCK to be used with os.waitid.
Pitch
pidfd_open returns a nonblocking file descriptor if PIDFD_NONBLOCK is supplied as flag. If the process
referred to by the file descriptor has not yet terminated,
then an attempt to wait on the file descriptor using waitid(2) will immediately return the error EAGAIN rather
than blocking.
The text was updated successfully, but these errors were encountered:
Feature or enhancement
Expose
PIDFD_NONBLOCK
asos.PIDFD_NONBLOCK
to be used withos.waitid
.Pitch
pidfd_open
returns a nonblocking file descriptor ifPIDFD_NONBLOCK
is supplied as flag. If the processreferred to by the file descriptor has not yet terminated,
then an attempt to wait on the file descriptor using
waitid(2) will immediately return the error EAGAIN rather
than blocking.
The text was updated successfully, but these errors were encountered: