issues
search
oconnor663
/
shared_child.rs
a wrapper around std::process::Child that lets multiple threads wait or kill at once
MIT License
39
stars
7
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
missing waitid on OpenBSD
#25
landryb
opened
4 hours ago
1
Real time stdout streams
#24
niraj-khatiwada
closed
5 months ago
1
tests::test_into_inner_after_wait test fail with Rust 1.72.0 and newer
#23
decathorpe
closed
1 year ago
2
Provide wait_with_output method
#22
mcandre
opened
1 year ago
2
Async impl
#21
2A5F
opened
1 year ago
1
Allow to construct from std::process::Child
#20
ybyygu
closed
3 years ago
4
Fix tests on Android.
#19
qwandor
closed
3 years ago
3
access to child stdio
#18
jclulow
closed
3 years ago
9
use of mem::zeroed possibly unsound
#17
oconnor663
closed
3 years ago
5
Avoid using Python for simple sleep
#16
ignatenkobrain
opened
5 years ago
1
update dependencies
#15
oconnor663
closed
6 years ago
4
try_wait is stable in the standard library now
#14
oconnor663
closed
6 years ago
1
Add signal possibility on unix
#13
faern
closed
7 years ago
9
Add terminate method for nicer shutdown
#12
faern
closed
7 years ago
3
Add methods to get access to child's io streams
#11
faern
closed
7 years ago
8
Add cargo keywords+categories
#10
faern
closed
7 years ago
2
Comparison with ClonableChild crate
#9
faern
closed
7 years ago
5
always use the Child to wait?
#8
oconnor663
closed
7 years ago
4
be safer with the child handle on Windows
#7
oconnor663
closed
7 years ago
1
add a Debug implementation
#6
oconnor663
closed
6 years ago
0
a Handle API
#5
oconnor663
closed
7 years ago
1
support for OpenBSD, NetBSD, and older versions of OSX
#4
oconnor663
opened
7 years ago
1
add a test to make sure waitid doesn't hang on zombies
#3
oconnor663
closed
7 years ago
1
handle the case where the provided child has already waited
#2
oconnor663
closed
7 years ago
0
provide access to the underlying child
#1
oconnor663
closed
7 years ago
2