mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
- Added a new `persistence_complete_tx` channel to facilitate signaling when job state persistence is complete. - Updated `JobExecutor` and `JobManager` to manage the persistence completion channel, ensuring proper signaling during job execution and state management. - Enhanced the `ChangeDetector` to include a cache for file existence checks, improving performance and accuracy in detecting changes. - Refactored related methods to streamline job state handling and improve logging for persistence operations.