onedrive
onedrive copied to clipboard
Fix Aborted in monitor mode on interrupt
This PR resolves the error Aborting from core/sync/mutex.d(149) Error: pthread_mutex_destroy failed.Aborted
on interruption in monitor mode. (https://github.com/abraunegg/onedrive/discussions/2710#discussioncomment-9559497)
Changes
- Two stage interruption to resume threads before force exiting
- Ensure the cleanup process executes only once.