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 options to constructor; pass object to wait_* handlers #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

scottgifford
Copy link

  • Adds options to the constructor, including:
    • Details: Set to 0 to get a single notification of some change, instead of one notification
      for each change
    • Latency: Set the time to wait for notification. Sets the FSEvents latency, or the sleep time
      for the timer method
    • Method: Choose a method, instead of auto-detecting.
  • Adds documentation of these options
  • Pass object to the various wait_* handlers, so they can see the object's properties

  * Adds options to the constructor, including:
    * Details: Set to 0 to get a single notification of some change, instead of one notification
for each change
    * Latency: Set the time to wait for notification.  Sets the FSEvents latency, or the sleep time
for the timer method
    * Method: Choose a method, instead of auto-detecting.
  * Adds documentation of these options
  * Pass object to the various wait_* handlers, so they can see the object's properties
@scottgifford
Copy link
Author

Hello miyagawa,

Any comments on these changes?

Thanks!

----Scott.

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