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

Refactor Fs::watch_file to be more async #2176

Merged
merged 4 commits into from
Sep 26, 2024

Conversation

dotdat
Copy link
Contributor

@dotdat dotdat commented Sep 25, 2024

Refactors Fs::watch_file to use an async notifier rather than the loop-based approach that it previously used. This is more compatible with the new async runtime we're working towards.

@dotdat dotdat requested a review from a team as a code owner September 25, 2024 20:34
@aaronArinder aaronArinder enabled auto-merge (squash) September 26, 2024 22:03
@aaronArinder aaronArinder merged commit 9f8fd80 into main Sep 26, 2024
22 checks passed
@aaronArinder aaronArinder deleted the dotdat/refactor-filewatcher branch September 26, 2024 22:12
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.

2 participants