Releases: felix91gr/FileSystemWatcher
Releases · felix91gr/FileSystemWatcher
Updated package inotify to a more robust version
I tested it with my usage example and it works allright. It doesn't introduce any functionality changes. It just uses a better wrapper for inotify.h
, in the sense that it should be more robust against different /include
setups of Linux.
Fixed issue where event.name was blank
It's all because of the Stack Overflow community. I asked and they helped me.
Added deferring behavior
GCD for the win ^^
Making the thing work
It wasn't working. Don't blame me :P