You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice, if the docs of process::Child would mention that the process is detached (and not joined) by default, when a Child object goes out of scope. Not having a Drop impl is too subtile IMO.
It would be nice, if the docs of
process::Childwould mention that the process is detached (and not joined) by default, when aChildobject goes out of scope. Not having aDropimpl is too subtile IMO.