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
The documentation for:
p, err := os.FindProcess(pid)
p.Wait()
doesn't restrict which processes this works for, but the Linux implementation is based
on wait4(2) which only works for child processes. It returns an error for unrelated or
parent processes. This should be documented.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: