Start tells Runnable to start.
()
| 158 | |
| 159 | // Start tells Runnable to start. |
| 160 | Start() error |
| 161 | |
| 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. |
no outgoing calls