Versions in this module Expand all Collapse all v0 v0.0.3 May 20, 2021 v0.0.1 Mar 11, 2021 Changes in this version + type ExecCmd interface + OsProcess func() OsProcess + Start func() error + Wait func() error + type OsProcess interface + Kill func() error + Signal func(os.Signal) error + type Process struct + func NewWithCmd(cmd *exec.Cmd) *Process + func (p *Process) WaitOrKill(ctx context.Context, killDelay time.Duration) error