StartTask starts the specified task function, optionally with restart policy and backoff.
(*Config)
| 136 | type Starter interface { |
| 137 | // StartTask starts the specified task function, optionally with restart policy and backoff. |
| 138 | StartTask(*Config) |
| 139 | } |
| 140 | |
| 141 | // StartTaskFunc is a function that implements the TaskStarter interface. |
no outgoing calls
no test coverage detected