reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

feat(io): Add support for inotify API #238

Closed markaylett closed 4 months ago

markaylett commented 4 months ago

The inotify API provides a mechanism for monitoring filesystem events. Inotify can be used to monitor individual files, or to monitor directories. When a directory is monitored, inotify will return events for the directory itself, and for files inside the directory.

SDB-6742

fanzhao1986 commented 4 months ago

I just approve it and later I can take a close eye on it and play the example myself late this week.