Updates returns a channel which is written to with the current state of the Task when an update is present. It is closed when the task is complete.
()
| 8 | // of the Task when an update is present. It is closed when the task is |
| 9 | // complete. |
| 10 | Updates() <-chan *Update |
| 11 | |
| 12 | // Throttled returns whether or not updates from this task should be |
| 13 | // limited when being printed to a sink via *log.Logger. |
no outgoing calls
no test coverage detected