-
Notifications
You must be signed in to change notification settings - Fork 77
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
Directory watch - added, changed, deleted files as events #35
Comments
It's a bit of a hack, but to play around with other pieces of the system and punt the innards of this to later, I used:
using https://github.com/lloydmeta/schwatcher with RxReactiveStreams |
We also discussed pulling in https://github.com/pathikrit/better-files and use their actor based watch. But I think I'll stick to using the JDK provided |
Idea for a new source, I have one lying around on my computer since earlier and there was discussions on akka/akka about such a source.
I'm thinking
Source[(Path, ChangeType), SomeWayToCancel]
or possibly skip thatSomeWayToCancel
since it can be achieved by combining with aKillSwitch
The text was updated successfully, but these errors were encountered: