Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add process:wait(_on) #103

Merged
merged 5 commits into from
Mar 30, 2024
Merged

Add process:wait(_on) #103

merged 5 commits into from
Mar 30, 2024

Conversation

Thomasdezeeuw
Copy link
Owner

Wraps the waitid(2) system call/io_uring operation.

This adds a new process module to hold the functions and related types.

It turns on in some cases this is actually 1, not 0. Even thought the
manuals for IORING_OP_ASYNC_CANCEL don't mention this.
Wraps the waitid(2) system call/io_uring operation.

This adds a new process module to hold the functions and related types.
This is also used for user cancelation, so the message is misleading.
To ensure that they don't run on the CI, as the kernel is too old.
We cast the fd (i32) to u32, which is fine.
@Thomasdezeeuw Thomasdezeeuw merged commit 4476016 into main Mar 30, 2024
6 checks passed
@Thomasdezeeuw Thomasdezeeuw deleted the waitpid branch March 30, 2024 14:25
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.

1 participant