-
Notifications
You must be signed in to change notification settings - Fork 28
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
How to know when Observer is ready ? #20
Comments
I'm not sure it's possible directly, but the FSEvents API supports historic events via the That said, |
Thank you, I am going to look at that. |
I think it would be great to have that flag; unfortunately, I'm not on a Mac right now, so I can't really test it out. |
Ok, let me know after your test |
If you set file_events = True, it will take a snapshot (os.walk) on all the paths, this might take forever on large folder. |
Hello
I'm trying to develop software with your API. For some reason I want to know when the initialization of watchers is finished. Currently, I didn't find how to do that. First of all I wanted to know if it's possible, and if it's not I just added a boolean in Observer object and set it to true at the end of function run before loop(). This work but does this seem correct for you?
Thank you for your time and sorry for my bad English
The text was updated successfully, but these errors were encountered: