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
Currently reaper.Stop kills the reaper tomb and does some bookkeeping, but doesn't actually make the OS call to turn off child subreaping. We should do that.
Also, while we're in there, we should clean up setChildSubreaper's return values. It returns (bool, error) right now, and it's unnecessarily confusing.
The text was updated successfully, but these errors were encountered:
Currently
reaper.Stop
kills the reaper tomb and does some bookkeeping, but doesn't actually make the OS call to turn off child subreaping. We should do that.Also, while we're in there, we should clean up
setChildSubreaper
's return values. It returns(bool, error)
right now, and it's unnecessarily confusing.The text was updated successfully, but these errors were encountered: