This stops the background checkers
()
| 522 | |
| 523 | // This stops the background checkers |
| 524 | func (s *syncCopyMove) stopCheckers() { |
| 525 | s.toBeChecked.Close() |
| 526 | fs.Debugf(s.fdst, "Waiting for checks to finish") |
| 527 | s.checkerWg.Wait() |
| 528 | } |
| 529 | |
| 530 | // This starts the background transfers |
| 531 | func (s *syncCopyMove) startTransfers() { |