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

os/exec: Process rework #4471

Open
leongross opened this issue Sep 17, 2024 · 0 comments
Open

os/exec: Process rework #4471

leongross opened this issue Sep 17, 2024 · 0 comments

Comments

@leongross
Copy link
Contributor

While working on os.StartProcess we realized, that the current process model is (almost) entirely stubbed out.

Retrieving exit status information and other useful information requires a rework of the current process model (right now the only information we keep track of is the pid). To keep this streamlined and simpler than the golang implementation we should discuss the necessary functionality this new process model should provide.

@leongross leongross changed the title os/exec: Process os/exec: Process rework Sep 17, 2024
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

No branches or pull requests

1 participant