mirror of
https://github.com/restic/restic.git
synced 2026-01-10 17:02:54 -05:00
On shutdown the backup commands waits for the terminal output goroutine to stop. However while running in the background the goroutine ignored the canceled context. |
||
|---|---|---|
| .. | ||
| background.go | ||
| background_linux.go | ||
| background_linux_test.go | ||
| status.go | ||
| status_test.go | ||
| terminal_posix.go | ||
| terminal_unix.go | ||
| terminal_windows.go | ||