ThomasMonkman / filewatch

File watcher in c++
MIT License
436 stars 73 forks source link

Watching Multiple Files #21

Open thorichelli opened 4 years ago

thorichelli commented 4 years ago

Is it possible to watch multiple files with a single file watcher instance? Files are not in same directory.

RicoP commented 2 years ago

Just want to add I have the same problem, this should be easy to solve.

Spawning a new watcher for every file seems dangerous, because you gonna run into thread issues.