We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db8603e commit 5d4f795Copy full SHA for 5d4f795
src/os/exec.go
@@ -55,3 +55,7 @@ func (p *Process) Wait() (*ProcessState, error) {
55
func (p *Process) Kill() error {
56
return ErrNotImplemented
57
}
58
+
59
+func (p *Process) Signal(sig Signal) error {
60
+ return ErrNotImplemented
61
+}
0 commit comments