-
Notifications
You must be signed in to change notification settings - Fork 378
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
Provide statistics on how many events were in the queue #190
Comments
|
This also requires a documentation update (ugh!) but adding in returning the array should not impact any existing code - the returned array will just be ignored. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The read_events() method interacts with the inotify kernel interface but does not provide any indication of how much was in the queue. It would be useful if read_events() provided a summary of how much was in the queue, how many events and how big the buffer it created from the queue was.
The text was updated successfully, but these errors were encountered: