Close releases resources on shutdown. Runner calls this even if Setup failed partway, so implementations should guard nil fields.
()
| 41 | // Close releases resources on shutdown. Runner calls this even if Setup |
| 42 | // failed partway, so implementations should guard nil fields. |
| 43 | Close() error |
| 44 | } |
| 45 | |
| 46 | // Executable is implemented by nodes that run on the state-runner goroutine. |
no outgoing calls