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 tree implementation for non-recursive watchers (inotify, kqueue) #5

Closed
rjeczalik opened this issue Sep 16, 2014 · 1 comment
Closed
Assignees

Comments

@rjeczalik
Copy link
Owner

No description provided.

@rjeczalik rjeczalik self-assigned this Sep 16, 2014
@rjeczalik rjeczalik changed the title Add dispatch implementation for non-recursive watchers (inotify) Add runtime implementation for non-recursive watchers (inotify) Sep 24, 2014
@rjeczalik rjeczalik changed the title Add runtime implementation for non-recursive watchers (inotify) Add runtime implementation for non-recursive watchers (inotify, kqueue) Oct 5, 2014
@rjeczalik
Copy link
Owner Author

The task is done after Tree gets abstracted into interface, and implementation split into two trees - one for faked recursive watchers (which uses notify.Watcher, mainly kqueue, poller and inotify) and second for native ones (which uses notify.RecursiveWatcher - readdirectorychangesw, fsevents).

@rjeczalik rjeczalik changed the title Add runtime implementation for non-recursive watchers (inotify, kqueue) Add tree implementation for non-recursive watchers (inotify, kqueue) Jan 26, 2015
@rjeczalik rjeczalik mentioned this issue Jan 26, 2015
3 tasks
rjeczalik added a commit that referenced this issue Feb 12, 2015
It would not work for inotify, kqueue until #5 is not ready.
rjeczalik added a commit that referenced this issue Feb 23, 2015
rjeczalik added a commit that referenced this issue Feb 23, 2015
rjeczalik added a commit that referenced this issue Feb 23, 2015
rjeczalik added a commit that referenced this issue Feb 23, 2015
rjeczalik added a commit that referenced this issue Feb 23, 2015
rjeczalik added a commit that referenced this issue Feb 23, 2015
rjeczalik added a commit that referenced this issue Feb 25, 2015
rjeczalik added a commit that referenced this issue Feb 25, 2015
rjeczalik added a commit that referenced this issue Feb 26, 2015
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

No branches or pull requests

1 participant