mirror of
https://github.com/rclone/rclone
synced 2024-10-31 20:16:42 +01:00
8d847a4e94
Before this change CTRL-C could come in to exit rclone which would start the atexit actions running. The Fuse unmount then signals rclone to exit which wasn't waiting for the already running atexit actions to complete. This change makes sure that if the atexit actions are started they should be completed. |
||
---|---|---|
.. | ||
atexit_other.go | ||
atexit_unix.go | ||
atexit.go |