MCPcopy Create free account
hub / github.com/efficientgo/e2e / Kill

Method Kill

env.go:168–168  ·  view source on GitHub ↗

Kill tells Runnable to get killed immediately. It should be ok to Stop and Kill more than once, with next invokes being noop.

()

Source from the content-addressed store, hash-verified

166 // Kill tells Runnable to get killed immediately.
167 // It should be ok to Stop and Kill more than once, with next invokes being noop.
168 Kill() error
169
170 // Stop tells Runnable to get gracefully stopped.
171 // It should be ok to Stop and Kill more than once, with next invokes being noop.

Callers 4

closeMethod · 0.65
TestDockerEnvironmentFunction · 0.65
TestRunUtilSignalFunction · 0.65

Implementers 2

errorerenv_docker.go
dockerRunnableenv_docker.go

Calls

no outgoing calls

Tested by 3

TestDockerEnvironmentFunction · 0.52
TestRunUtilSignalFunction · 0.52