A bit more efficient adding/removing of file watchers.
Each call of addPath(s) removePath(s) potentially is locking and unlocking a mutex, so do it for all paths at once.
Loading
Please register or sign in to comment
Each call of addPath(s) removePath(s) potentially is locking and unlocking a mutex, so do it for all paths at once.