pty-rs
pty-rs copied to clipboard
Fork can be dropped before master
Doing something like Fork::from_ptmx()?.is_parent()
doesn't fail, but rather just behaves oddly. It'd be cool if the Master returned by is_parent had a Some(&Fork)
field simply for the compiler to help.