-
Notifications
You must be signed in to change notification settings - Fork 29
Issues: smol-rs/async-process
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
Author
Label
Milestones
Assignee
Sort
Issues list
Question: How is it possible to end up with defunct proceses using async_process::Command with the default reap_on_drop?
#92
opened Jan 10, 2025 by
boombatower
updated Jan 10, 2025
From<std::process::Command>
ignores pre-configured values for stdin
/stdout
/stderr
#35
opened Mar 3, 2023 by
brooswajne
updated Nov 19, 2024
Use a more efficient strategy for waiting on processes
#49
opened Aug 20, 2023 by
notgull
updated Oct 6, 2024
How does this compare to Tokio's Command?
#50
opened Sep 7, 2023 by
haydenflinner
updated Sep 8, 2023
ChildStdin
, et cetera should implement AsRawFd/AsRawHandle
#22
opened Aug 17, 2022 by
notgull
updated Aug 17, 2022
ProTip!
no:milestone will show everything without a milestone.