mirror of https://github.com/rclone/rclone
Before this change the cancelFunc could be called twice, once while handling the interrupt (CTRL-C) and once while unwinding the stack if the function happened to finish. This change ensure the cancelFunc is only called once by wrapping it in a sync.Once |
||
|---|---|---|
| .. | ||
| atexit.go | ||
| atexit_other.go | ||
| atexit_test.go | ||
| atexit_unix.go | ||