WaitReady waits until the Runnable is ready. It should return error if runnable is stopped in mean time or it was stopped before.
()
| 162 | // WaitReady waits until the Runnable is ready. It should return error if runnable is stopped in mean time or |
| 163 | // it was stopped before. |
| 164 | WaitReady() error |
| 165 | |
| 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. |
no outgoing calls