mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2025-12-11 20:15:30 +01:00
- Updated `connect` methods in `EphemeralEventHandler` and `PersistentEventHandler` to be asynchronous, allowing for non-blocking connections to the `FsWatcherService`. - Modified `init_handlers` in `FsWatcherService` to support async initialization of event handlers. - Adjusted service startup methods to await handler initialization, ensuring proper setup before starting the watcher. - Enhanced test harness to utilize the new async capabilities, improving event collection and verification processes.