Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add heph_rt::fs::watch #598

Merged
merged 3 commits into from
Sep 23, 2023
Merged

Add heph_rt::fs::watch #598

merged 3 commits into from
Sep 23, 2023

Conversation

Thomasdezeeuw
Copy link
Owner

New module that contains a filesystem change watcher. It's an
implementation based on inotify(7) and expose it's API in straight
forward way. It has some niceties such as recursive directory watching.
However, it being inotify based, means it also has a number of
limitations noted in the documentation of the module.

New module that contains a filesystem change watcher. It's an
implementation based on inotify(7) and expose it's API in straight
forward way. It has some niceties such as recursive directory watching.
However, it being inotify based, means it also has a number of
limitations noted in the documentation of the module.
@Thomasdezeeuw Thomasdezeeuw merged commit b0f7835 into main Sep 23, 2023
5 checks passed
@Thomasdezeeuw Thomasdezeeuw deleted the fs-watch branch September 23, 2023 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant