Kill tells Runnable to get killed immediately. It should be ok to Stop and Kill more than once, with next invokes being noop.
()
| 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. |
no outgoing calls