We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am working at a project requiring me to call ’spawn’ and I noticed that there isn't a safe API for it.
I am going to develop a safe API for my private usage anyway and was wondering whether there would be an Interest for it to be contributed here :)
The text was updated successfully, but these errors were encountered:
Do you mean posix_spawn? Yes, that would make sense. We already wrap fork, after all.
posix_spawn
fork
Sorry, something went wrong.
nix::unistd::daemon
Add wrappers for posix_spawn related functions
125add2
Closes nix-rust#1740
Add wrappers for posix_spawn related functions (#2475)
ae338df
* Add wrappers for posix_spawn related functions Closes #1740 * Use Errno::result helper * chore: add changelog entry for PR * Add tests for posix_spawn function --------- Co-authored-by: kosayoda <[email protected]> Co-authored-by: Cameron Nemo <[email protected]>
Successfully merging a pull request may close this issue.
I am working at a project requiring me to call ’spawn’ and I noticed that there isn't a safe API for it.
I am going to develop a safe API for my private usage anyway and was wondering whether there would be an Interest for it to be contributed here :)
The text was updated successfully, but these errors were encountered: