Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
@@ -40,6 +40,7 @@ type Process interface {
Start(context.Context) error
Kill(context.Context, syscall.Signal) error
Wait(context.Context) (uint32, error)
CloseStdin(context.Context) error
}
var _ = (Task)(&task{})
The note is not visible to the blocked user.