emcrisostomo / fswatch

A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.
https://emcrisostomo.github.io/fswatch/
GNU General Public License v3.0
5.04k stars 328 forks source link

Add C API method to check that monitor is running #189

Closed t3hk0d3 closed 6 years ago

t3hk0d3 commented 6 years ago

I think this one should be separate PR :)

emcrisostomo commented 6 years ago

Thank you @t3hk0d3.