Done returns a channel that is closed when the worker exits.
()
| 146 | |
| 147 | // Done returns a channel that is closed when the worker exits. |
| 148 | func (w *Worker) Done() <-chan struct{} { |
| 149 | return w.done |
| 150 | } |
| 151 | |
| 152 | func chatDiffStatusFromRow(row database.AcquireStaleChatDiffStatusesRow) database.ChatDiffStatus { |
| 153 | return database.ChatDiffStatus{ |
no outgoing calls