()
| 260 | } |
| 261 | |
| 262 | func (r *Runner) Done() <-chan struct{} { |
| 263 | return r.done |
| 264 | } |
| 265 | |
| 266 | // Fail immediately halts updates and, if the job is not complete sends FailJob to the coder server. Running goroutines |
| 267 | // are canceled but complete asynchronously (although they are prevented from further updating the job to the coder |
no outgoing calls