-
Notifications
You must be signed in to change notification settings - Fork 677
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 timer_* bindings #1424
Comments
That sounds like a good feature. Would you be willing to implement it? |
I could try, but considering I only have rather limited experience with Rust I'm pretty sure other people that might be willing/interested to implement this feature would be better suited. As a sidenote, I just checked if the |
While it does appear that libc now has the relevant |
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. I wasn't _quite_ sure of how to fit into the project organization but hopefully this commit isn't too far off. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. I wasn't _quite_ sure of how to fit into the project organization but hopefully this patch isn't too far off. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. I wasn't _quite_ sure of how to fit into the project organization but hopefully this patch isn't too far off. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. I wasn't _quite_ sure of how to fit into the project organization but hopefully this patch isn't too far off. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. I wasn't _quite_ sure of how to fit into the project organization but hopefully this patch isn't too far off. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. I wasn't _quite_ sure of how to fit into the project organization but hopefully this patch isn't too far off. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. I wasn't _quite_ sure of how to fit into the project organization but hopefully this patch isn't too far off. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. Resolves nix-rust#1424 Signed-off-by: Brian L. Troutwine <[email protected]>
1622: Introduce `timer_*` support r=asomers a=blt This commit adds support for the signal timer mechanism in POSIX, the mirror to timerfd on Linux. I wasn't _quite_ sure of how to fit into the project organization but hopefully this patch isn't too far off. Resolves #1424 Signed-off-by: Brian L. Troutwine <[email protected]> 1623: Remove cc dependency on DragonFly r=asomers a=rtzoeller f5ee22d removed the need for this dependency. Co-authored-by: Brian L. Troutwine <[email protected]> Co-authored-by: Ryan Zoeller <[email protected]>
Feature request for adding bindings for the following POSIX timer functions to the crate:
See e.g. https://www.man7.org/linux/man-pages/man2/timer_create.2.html
The text was updated successfully, but these errors were encountered: