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 wrappers for posix_spawn related functions #2475

Merged
merged 4 commits into from
Aug 25, 2024

Conversation

CameronNemo
Copy link
Contributor

@CameronNemo CameronNemo commented Aug 25, 2024

What does this PR do

Add wrappers for posix_spawn related functions

Replaces #2007

Closes #1740

Checklist:

  • I have read CONTRIBUTING.md
  • I have written necessary tests and rustdoc comments
  • A change log has been added if this PR modifies nix's API

@CameronNemo CameronNemo changed the title Spawn Add wrappers for posix_spawn related functions Aug 25, 2024
Copy link
Member

@SteveLauC SteveLauC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for picking it up!

@SteveLauC SteveLauC added this pull request to the merge queue Aug 25, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Aug 25, 2024
@SteveLauC SteveLauC added this pull request to the merge queue Aug 25, 2024
Merged via the queue into nix-rust:master with commit ae338df Aug 25, 2024
36 checks passed
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.

Interest in adding an safe API for spawn and spawn_p?
3 participants