Skip to content

io_uring: add waitid operation#18898

Merged
andrewrk merged 2 commits intoziglang:masterfrom
psnszsn:iouring_waitid
Feb 12, 2024
Merged

io_uring: add waitid operation#18898
andrewrk merged 2 commits intoziglang:masterfrom
psnszsn:iouring_waitid

Conversation

@psnszsn
Copy link
Copy Markdown
Contributor

@psnszsn psnszsn commented Feb 11, 2024

This implements the IORING_OP_WAITID operation. It is the equivalent of a waitid(2) syscall and can be used to be notified about child process state changes.

Available since kernel 6.7

liburing reference:

This is the equivalent of a waitid(2) syscall and can be used to
be notified about child process state changes.

Available since kernel 6.7
@andrewrk andrewrk merged commit fad5e7a into ziglang:master Feb 12, 2024
@andrewrk
Copy link
Copy Markdown
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants