-
Notifications
You must be signed in to change notification settings - Fork 129
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
dispatch queue #215
dispatch queue #215
Conversation
I've asked a friend to help review this, to make sure I haven't screwed up anything obvious. Tests pass locally, with and without the race detector, but that doesn't necessarily mean it is correct. :) |
This simplifies the code and removes a runloop-related deprecation. Fixes rjeczalik#212
12c6fb4
to
f02e83b
Compare
@josharian with the caveat that I'm not familiar with |
OK, @rjeczalik, all yours for review, at your leisure. :) |
@josharian Sorry for letting it hang, holiday period and having less spare time than usual, I will get back to this some time around next week scout's word 🤞 |
Ping. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@josharian looks good, thank you very much for this PR! I have one q though about calling FSEventStreamSetDispatchQueue
in Stop()
?
@josharian Thanks! ❤️ |
No description provided.