Stop tells Runnable to get gracefully stopped. It should be ok to Stop and Kill more than once, with next invokes being noop.
()
| 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. |
| 172 | Stop() error |
| 173 | |
| 174 | // Exec runs the provided command inside the same process context (e.g. in the running docker container). |
| 175 | // It returns error response from attempting to run the command. |
no outgoing calls